BEA Systems, Inc.

weblogic.security.provider
Class PrincipalValidatorImpl

java.lang.Object
  extended by weblogic.security.provider.PrincipalValidatorImpl

Deprecated.

public class PrincipalValidatorImpl
extends Object

The runtime class for the WebLogic Principal Validation provider, which signs and validates WLSPrincipals. You can either make this your Authentication provider's Principal Validation provider, or extend this class and then make the extended class your Principal Validation provider.

This class is deprecated, please use com.bea.common.security.provider.PrincipalValidatorImpl.

See Also:
WLSPrincipal

Constructor Summary
PrincipalValidatorImpl()
          Deprecated. Constructs an instance of the Principal Validation provider.
 
Method Summary
 Class getPrincipalBaseClass()
          Deprecated. Gets the weblogic.security.principal.WLSPrincipal base class.
 boolean sign(Principal principal)
          Deprecated.  
 boolean validate(Principal principal)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrincipalValidatorImpl

public PrincipalValidatorImpl()
Deprecated. 
Constructs an instance of the Principal Validation provider.

Method Detail

validate

public boolean validate(Principal principal)
                 throws SecurityException
Deprecated. 
Throws:
SecurityException

sign

public boolean sign(Principal principal)
Deprecated. 

getPrincipalBaseClass

public Class getPrincipalBaseClass()
Deprecated. 
Gets the weblogic.security.principal.WLSPrincipal base class.

Returns:
weblogic.security.principal.WLSPrincipal.


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.