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:
  • Constructor Details

    • AnonPrincipalImpl

      public AnonPrincipalImpl(Boolean anonIdent, String principleName)
      construct
      Parameters:
      anonIdent - bool
      principleName - principle name
  • Method Details