public interface Assertion extends Serializable
Modifier and Type | Method and Description |
---|---|
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.
|
Date getValidFromDate()
Date getValidUntilDate()
Map<String,Object> getAttributes()
AttributePrincipal getPrincipal()
Copyright © 2006–2013 Jasig. All rights reserved.