|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TAIPrincipal
This marker interface only needs to be implemented by a TAI provider in cases where they want to put in multiple Principal objects in the Subject that is returned by the TAI.getSubject() API. There can only be one principal which implements this interface, otherwise, it's non-deterministic regarding which Principal should be used for the TAI/WAS username.
In cases where there is only one principal in the Subject, it is assumed that the principal implements java.security.Principal and the getName() API is used to retrieve the authenticated username.
Method Summary |
---|
Methods inherited from interface java.security.Principal |
---|
equals, getName, hashCode, toString |
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |