public interface AttributePrincipal extends Principal, Serializable
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.
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAttributes()
The Map of key/value pairs associated with this principal.
|
String |
getProxyTicketFor(String service)
Retrieves a CAS proxy ticket for this specific principal.
|
Copyright © 2006–2018 Jasig. All rights reserved.