Class AnonPrincipalImpl
java.lang.Object
org.jboss.jca.as.converters.wls.metadata.AnonPrincipalImpl
- All Implemented Interfaces:
Serializable,AnonPrincipal,WlsMetadata
A generic AnonPrincipal.
- Author:
- Jeff Zhang
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.jca.as.converters.wls.api.metadata.AnonPrincipal
AnonPrincipal.Attribute, AnonPrincipal.Tag -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPrincipalNamegetUseAnonymousIdentity
-
Constructor Details
-
AnonPrincipalImpl
construct- Parameters:
anonIdent- boolprincipleName- principle name
-
-
Method Details
-
getUseAnonymousIdentity
Description copied from interface:AnonPrincipalgetUseAnonymousIdentity- Specified by:
getUseAnonymousIdentityin interfaceAnonPrincipal- Returns:
- the UseAnonymousIdentity
-
getPrincipalName
Description copied from interface:AnonPrincipalgetPrincipalName- Specified by:
getPrincipalNamein interfaceAnonPrincipal- Returns:
- the PrincipalName
-