|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WLSPrincipal | |
---|---|
weblogic.security.principal | This package includes interfaces and classes for the WebLogic Principal Validation provider. |
Uses of WLSPrincipal in weblogic.security.principal |
---|
Classes in weblogic.security.principal that implement WLSPrincipal | |
---|---|
class |
WLSAbstractPrincipal
The WLSAbstractPrincipal class is a convenience abstract class
that implements a principal whose name field will be signed by the
weblogic.security.provider.PrincipalValidatorImpl class. |
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. |
class |
WLSUserImpl
The WLSUserImpl is a convenience class that implements a WLSUser
principal whose name field will be signed by the
weblogic.security.provider.PrincipalValidatorImpl class. |
Methods in weblogic.security.principal that return WLSPrincipal | |
---|---|
WLSPrincipal |
PrincipalFactory.create(Class klass,
String name,
String guid,
String dn)
Create a WLSPrincipal instance based on the input principal class |
WLSPrincipal |
PrincipalFactory.createWLSGroup(String groupName)
Create a WLSGroup instance |
WLSPrincipal |
PrincipalFactory.createWLSGroup(String groupName,
String guid,
String dn)
Create a WLSGroup instance |
WLSPrincipal |
PrincipalFactory.createWLSUser(String userName)
Create a WLSUser instance |
WLSPrincipal |
PrincipalFactory.createWLSUser(String userName,
String guid,
String dn)
Create a WLSUser instance |
|
Copyright 1996, 2014, 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. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |