org.jasig.cas.validation
Class Cas20ProtocolValidationSpecification
java.lang.Object
org.jasig.cas.validation.AbstractCasProtocolValidationSpecification
org.jasig.cas.validation.Cas20ProtocolValidationSpecification
- All Implemented Interfaces:
- ValidationSpecification
public class Cas20ProtocolValidationSpecification
- extends AbstractCasProtocolValidationSpecification
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.
- Since:
- 3.0
- Version:
- $Revision$ $Date$
- Author:
- Scott Battaglia
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Cas20ProtocolValidationSpecification
public Cas20ProtocolValidationSpecification()
Cas20ProtocolValidationSpecification
public Cas20ProtocolValidationSpecification(boolean renew)
isSatisfiedByInternal
protected boolean isSatisfiedByInternal(Assertion assertion)
- Description copied from class:
AbstractCasProtocolValidationSpecification
- Template method to allow for additional checks by subclassed methods
without needing to call super.isSatisfiedBy(...).
- Specified by:
isSatisfiedByInternal in class AbstractCasProtocolValidationSpecification
Copyright © 2004-2013 Jasig. All Rights Reserved.