Package org.jasig.cas.validation

Classes to perform additiona validation the Assertions provided by the CAS server.

See:
          Description

Interface Summary
Assertion Return from CentralAuthenticationService.validateServiceTicket(String, Service), the Assertion contains a chain of Principal objects.
ValidationSpecification An interface to impose restrictions and requirements on validations (e.g.
 

Class Summary
AbstractCasProtocolValidationSpecification Base validation specification for the CAS protocol.
Cas10ProtocolValidationSpecification Validation specification for the CAS 1.0 protocol.
Cas20ProtocolValidationSpecification Validation specification for the CAS 2.0 protocol.
Cas20WithoutProxyingValidationSpecification Validation specification for the CAS 2.0 protocol.
ImmutableAssertionImpl Default implementation of the Assertion interface which returns the minimum number of attributes required to conform to the CAS 2 protocol.
UsernamePasswordCredentialsValidator A validator to check if UserNamePasswordCredentials is valid.
 

Package org.jasig.cas.validation Description

Classes to perform additiona validation the Assertions provided by the CAS server. It allows CAS to return basically a yes/no response versus an array of information that the client would have to make a decision on.



Copyright © 2004-2005 Java Architectures Special Interest Group. All Rights Reserved.