|
||||||||||
| 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.Cas20ProtocolValidationSpecification
public class Cas20ProtocolValidationSpecification
Validation specification for the CAS 2.0 protocol. This specification extends the Cas10ProtocolValidationSpecification, checking for the presence of renew=true and if requested, succeeding only if ticket validation is occurring from a new login.
| Constructor Summary | |
|---|---|
Cas20ProtocolValidationSpecification()
|
|
Cas20ProtocolValidationSpecification(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 Cas20ProtocolValidationSpecification()
public Cas20ProtocolValidationSpecification(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 | |||||||||