org.jasig.cas.client.validation
Interface Assertion

All Superinterfaces:
Serializable
All Known Implementing Classes:
AssertionImpl

public interface Assertion
extends Serializable

Represents a response to a validation request.

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

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

Method Detail

getValidFromDate

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

Returns:
the valid from date.

getValidUntilDate

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

Returns:
the valid until date.

getAttributes

Map<String,Object> 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-2011 Jasig. All Rights Reserved.