|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.cas.validation.AbstractCasProtocolValidationSpecification
org.jasig.cas.validation.Cas10ProtocolValidationSpecification
public final class Cas10ProtocolValidationSpecification
Validation specification for the CAS 1.0 protocol. This specification checks for the presence of renew=true and if requested, succeeds only if ticket validation is occurring from a new login. Additionally, validation will fail if passed a proxy ticket.
| Constructor Summary | |
|---|---|
Cas10ProtocolValidationSpecification()
|
|
Cas10ProtocolValidationSpecification(boolean renew)
|
|
| Method Summary | |
|---|---|
protected boolean |
isSatisfiedByInternal(Assertion assertion)
Template method to allow for additional checks by subclassed methods without needing to call super.isSatisfiedBy(...). |
| Methods inherited from class org.jasig.cas.validation.AbstractCasProtocolValidationSpecification |
|---|
isRenew, isSatisfiedBy, setRenew |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Cas10ProtocolValidationSpecification()
public Cas10ProtocolValidationSpecification(boolean renew)
| Method Detail |
|---|
protected boolean isSatisfiedByInternal(Assertion assertion)
AbstractCasProtocolValidationSpecification
isSatisfiedByInternal in class AbstractCasProtocolValidationSpecification
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||