public interface Assertion extends Serializable
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAttributes()
The key/value pairs associated with this assertion.
|
Date |
getAuthenticationDate()
The date the authentication actually occurred on.
|
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.
|
boolean |
isValid()
Determines whether an Assertion is considered usable or not.
|
Date getValidFromDate()
Date getValidUntilDate()
Date getAuthenticationDate()
Map<String,Object> getAttributes()
AttributePrincipal getPrincipal()
boolean isValid()
Copyright © 2006–2018 Jasig. All rights reserved.