|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AttributePrincipal
Extension to the standard Java Principal that includes a way to retrieve proxy tickets for a particular user and attributes.
Developer's who don't want their code tied to CAS merely need to work with the Java Principal then. Working with the CAS-specific features requires knowledge of the AttributePrincipal class.
| Method Summary | |
|---|---|
java.util.Map |
getAttributes()
The Map of key/value pairs associated with this principal. |
java.lang.String |
getProxyTicketFor(java.lang.String service)
Retrieves a CAS proxy ticket for this specific principal. |
| Methods inherited from interface java.security.Principal |
|---|
equals, getName, hashCode, toString |
| Method Detail |
|---|
java.lang.String getProxyTicketFor(java.lang.String service)
service - the service we wish to proxy this user to.
java.util.Map getAttributes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||