org.jasig.cas.client.validation
Interface Assertion

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AssertionImpl

public interface Assertion
extends java.io.Serializable

Represents a response to a validation request.

Since:
3.1
Version:
$Revision$ $Date$
Author:
Scott Battaglia

Method Summary
 java.util.Map getAttributes()
          The key/value pairs associated with this assertion.
 AttributePrincipal getPrincipal()
          The principal for which this assertion is valid.
 java.util.Date getValidFromDate()
          The date from which the assertion is valid from.
 java.util.Date getValidUntilDate()
          The date which the assertion is valid until.
 

Method Detail

getValidFromDate

java.util.Date getValidFromDate()
The date from which the assertion is valid from.

Returns:
the valid from date.

getValidUntilDate

java.util.Date getValidUntilDate()
The date which the assertion is valid until.

Returns:
the valid until date.

getAttributes

java.util.Map getAttributes()
The key/value pairs associated with this assertion.

Returns:
the map of attributes.

getPrincipal

AttributePrincipal getPrincipal()
The principal for which this assertion is valid.

Returns:
the principal.


Copyright © 2006-2009 JA-SIG. All Rights Reserved.