|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
java.lang.Object | +--com.sas.services.security.login.PFSPrincipal
This class represents a principal identity that was authenticated with the SAS Platform Services.
| Constructor Summary | |
PFSPrincipal(String name)
Construct a new PFSPrincipal with the given name |
|
| Method Summary | |
boolean |
equals(Object o)
Test another object for equality with this one. |
String |
getName()
Get the name of this principal. |
int |
hashCode()
Use the hashCode of the name |
boolean |
implies(Subject subject)
|
boolean |
isProcessed()
This is a flag used by UserContext to determine if this principal has been processed by the authenticate method. |
void |
setProcessed()
Set the flag on this principal indicating that the UserContext has already processed it. |
String |
toString()
Return a printable string representing this principal. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PFSPrincipal(String name)
| Method Detail |
public String getName()
getName in interface Principalpublic boolean isProcessed()
isProcessed in interface PFSPrincipalInterfacepublic void setProcessed()
setProcessed in interface PFSPrincipalInterfacepublic String toString()
toString in interface PrincipaltoString in class Objectpublic boolean equals(Object o)
equals in interface Principalequals in class Objectpublic int hashCode()
hashCode in interface PrincipalhashCode in class Objectpublic boolean implies(Subject subject)
|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||