Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02

Uses of Interface
weblogic.security.principal.WLSPrincipal

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
 


Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
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.

Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02