|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Assertion | |
|---|---|
| org.jasig.cas | This is the entry point to the part of the CAS processing that is independent of the user/program interface. |
| org.jasig.cas.remoting.server | Classes to allow CAS to be exposed as a server. |
| org.jasig.cas.validation | Classes to perform additiona validation the Assertions provided by the CAS server. |
| org.jasig.cas.web.view | Package dealing with custom views such as writing directly to the response output for a CAS 1 response. |
| Uses of Assertion in org.jasig.cas |
|---|
| Methods in org.jasig.cas that return Assertion | |
|---|---|
Assertion |
CentralAuthenticationServiceImpl.validateServiceTicket(java.lang.String serviceTicketId,
Service service)
|
Assertion |
CentralAuthenticationService.validateServiceTicket(java.lang.String serviceTicketId,
Service service)
Validate a ServiceTicket for a particular Service. |
| Uses of Assertion in org.jasig.cas.remoting.server |
|---|
| Methods in org.jasig.cas.remoting.server that return Assertion | |
|---|---|
Assertion |
RemoteCentralAuthenticationService.validateServiceTicket(java.lang.String serviceTicketId,
Service service)
|
| Uses of Assertion in org.jasig.cas.validation |
|---|
| Classes in org.jasig.cas.validation that implement Assertion | |
|---|---|
class |
ImmutableAssertionImpl
Default implementation of the Assertion interface which returns the minimum number of attributes required to conform to the CAS 2 protocol. |
| Methods in org.jasig.cas.validation with parameters of type Assertion | |
|---|---|
boolean |
ValidationSpecification.isSatisfiedBy(Assertion assertion)
|
boolean |
AbstractCasProtocolValidationSpecification.isSatisfiedBy(Assertion assertion)
|
protected boolean |
Cas20WithoutProxyingValidationSpecification.isSatisfiedByInternal(Assertion assertion)
|
protected boolean |
Cas20ProtocolValidationSpecification.isSatisfiedByInternal(Assertion assertion)
|
protected boolean |
Cas10ProtocolValidationSpecification.isSatisfiedByInternal(Assertion assertion)
|
protected abstract boolean |
AbstractCasProtocolValidationSpecification.isSatisfiedByInternal(Assertion assertion)
Template method to allow for additional checks by subclassed methods without needing to call super.isSatisfiedBy(...). |
| Uses of Assertion in org.jasig.cas.web.view |
|---|
| Methods in org.jasig.cas.web.view that return Assertion | |
|---|---|
protected Assertion |
AbstractCasView.getAssertionFrom(java.util.Map model)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||