BEA Systems, Inc.

Package weblogic.security.principal

See:
          Description

Interface Summary
WLSPrincipal The WLSPrincipal interface is a convenience interface that defines a principal whose name field will be signed by the weblogic.security.provider.PrincipalValidatorImpl class.
 

Class Summary
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.
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.
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.
 

Package weblogic.security.principal Description

This package includes interfaces and classes for those who are interested in understanding how the WebLogic Principal Validation provider works, and for those interested in developing a custom Principal Validation provider.

The interfaces and classes in this package are provided as a convenience and are not required by WebLogic Server. The interfaces and classes in this package all use the sign method in the PrincipalValidatorImpl class to generate a random seed and compute a digest based on that random seed.

See Also:
weblogic.security.provider, Principal Validation Providers

Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview
Copyright 2007 BEA Systems Inc.