Class AnonPrincipalImpl
- java.lang.Object
-
- org.jboss.jca.as.converters.wls.metadata.AnonPrincipalImpl
-
- All Implemented Interfaces:
Serializable,AnonPrincipal,WlsMetadata
public class AnonPrincipalImpl extends Object implements AnonPrincipal
A generic AnonPrincipal.- Author:
- Jeff Zhang
- See Also:
- Serialized Form
-
-
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 Constructor Description AnonPrincipalImpl(Boolean anonIdent, String principleName)construct
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPrincipalName()getPrincipalNameBooleangetUseAnonymousIdentity()getUseAnonymousIdentity
-
-
-
Method Detail
-
getUseAnonymousIdentity
public Boolean getUseAnonymousIdentity()
Description copied from interface:AnonPrincipalgetUseAnonymousIdentity- Specified by:
getUseAnonymousIdentityin interfaceAnonPrincipal- Returns:
- the UseAnonymousIdentity
-
getPrincipalName
public String getPrincipalName()
Description copied from interface:AnonPrincipalgetPrincipalName- Specified by:
getPrincipalNamein interfaceAnonPrincipal- Returns:
- the PrincipalName
-
-