|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.bea.security.AuthenticIdentity
The AuthenticIdentity class represents an authenticated Identity. There is also a special case of AuthenticIdentity that represents
the anonymous, or non-authenticated, user.
| Method Summary | |
java.lang.Object |
convert(java.lang.String type)
Convert this identity into another format given by the type. |
java.lang.String[] |
getConversionTypes()
Get a list of the types that this identity may be converted to. |
java.lang.Object |
getNativeIdentity()
Get the stored native identity |
PolicyDomain |
getPolicyDomain()
Get a reference to the policy domain that has authenticated this identity. |
java.lang.String |
toString()
Converts this identity to a human readable String. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Method Detail |
public java.lang.String toString()
String. It is important to note that this string does not
contain proper encodings to validate this identity ( this requires an identity assertion token )
but is intended to be used more for debugging and logging.
String that is a human readable description of this identity.public PolicyDomain getPolicyDomain()
null for the anonymous user.
PolicyDomain that has authenticated this user.
public java.lang.Object convert(java.lang.String type)
throws ServiceNotAvailableException
type - the fully qualified classname to convert this identity.public java.lang.String[] getConversionTypes()
public java.lang.Object getNativeIdentity()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||