|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SSOAssertion
This class provides information about the current authenticated user. Use SSOAssertion.getPrincipal() method to get the current user principal information.
Method Summary | |
---|---|
java.lang.Object |
getAttribute(java.lang.String name)
The value of attribute associated with this assertion. |
java.util.Map<java.lang.String,java.lang.Object> |
getAttributes()
The attributes associated with current assertion in form of key/value pairs. |
java.lang.String |
getIssuer()
The assertion provider URN. |
SSOPrincipal |
getPrincipal()
User principal associated with current session. |
java.util.Date |
getValidFromDate()
The date the assertion was issued. |
java.util.Date |
getValidUntilDate()
The expiration date of the assertion.Can be used for validation purposes. |
Method Detail |
---|
SSOPrincipal getPrincipal()
java.util.Date getValidFromDate()
java.util.Date getValidUntilDate()
java.lang.String getIssuer()
java.util.Map<java.lang.String,java.lang.Object> getAttributes()
java.lang.Object getAttribute(java.lang.String name)
name
- - key
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |