BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.security.principal
Class WLSGroupImpl

java.lang.Object
  |
  +--weblogic.security.principal.WLSAbstractPrincipal
        |
        +--weblogic.security.principal.WLSGroupImpl

public final class WLSGroupImpl
extends WLSAbstractPrincipal
implements WLSGroup

The WLSGroupImpl class is a convenience class that implements a WLSGroup principal whose name field will be signed by the PrincipalValidatorImpl class. To use this class, you should make the PrincipalValidatorImpl class the runtime class for your Principal Validation provider, or extend that class and make the extended class your Principal Validation provider.

Note: Use of this class is not required by WebLogic Server. It is simply a convenience class.

Author:
Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Constructor Summary
WLSGroupImpl(java.lang.String groupName)
          Constructs a principal that represents a WebLogic Server group.
 
Methods inherited from class weblogic.security.principal.WLSAbstractPrincipal
equals, getName, getSalt, getSignature, getSignedData, hashCode, setName, setSalt, setSignature, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WLSGroupImpl

public WLSGroupImpl(java.lang.String groupName)
Constructs a principal that represents a WebLogic Server group.

Parameters:
groupName - the name of the group, represented as a String.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81