|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.security.principal.WLSAbstractPrincipal
weblogic.security.principal.WLSGroupImpl
public final class WLSGroupImpl
The WLSGroupImpl
class is a convenience class that implements a
WLSGroup
principal whose name field will be signed by the
weblogic.security.provider.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.
Constructor Summary | |
---|---|
WLSGroupImpl(String groupName)
Constructs a principal that represents a WebLogic Server group. |
Method Summary |
---|
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 |
Methods inherited from interface java.security.Principal |
---|
equals, getName, hashCode, toString |
Constructor Detail |
---|
public WLSGroupImpl(String groupName)
groupName
- the name of the group, represented as a String.
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |