BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.security.spi
Interface PrincipalValidator

All Known Implementing Classes:
PrincipalValidatorImpl

public interface PrincipalValidator

The PrincipalValidator interface defines the methods that custom Principal Validation providers must implement to support principal trust relationships within the context of the Weblogic Server environment. Principal Validation providers are used with Authentication providers to provide additional security protections for the principals contained within the subject.

Author:
Copyright © 2004 BEA Systems, Inc. All Rights Reserved.

Method Summary
 java.lang.Class getPrincipalBaseClass()
          Gets the base Principal class validated and signed by this Principal Validation provider.
 boolean sign(java.security.Principal principal)
          Signs the principal to assure trust.
 boolean validate(java.security.Principal principal)
          Verifies that the principal has not been altered since it was signed.
 

Method Detail

validate

public boolean validate(java.security.Principal principal)
                 throws java.lang.SecurityException
Verifies that the principal has not been altered since it was signed.

Parameters:
principal - the principal to validate.

Returns:
TRUE if the principal has been validated, FALSE if the principal has not been validated.

Throws:
java.lang.SecurityException - if the signature is invalid.


sign

public boolean sign(java.security.Principal principal)
Signs the principal to assure trust.

Parameters:
principal - the principal to sign.

Returns:
TRUE if the principal has been signed, FALSE if the principal has not been signed.


getPrincipalBaseClass

public java.lang.Class getPrincipalBaseClass()
Gets the base Principal class validated and signed by this Principal Validation provider.

Returns:
the base supported Principal class.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81