|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.security.provider.PrincipalValidatorImpl
public class PrincipalValidatorImpl
The runtime class for the WebLogic Principal Validation provider, which signs and validates
WLSPrincipal
s. 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.
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 |
---|
public PrincipalValidatorImpl()
Method Detail |
---|
public boolean validate(Principal principal) throws SecurityException
SecurityException
public boolean sign(Principal principal)
public Class getPrincipalBaseClass()
weblogic.security.principal.WLSPrincipal
base class.
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. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |