BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


Uses of Interface
weblogic.security.spi.PrincipalValidator

Packages that use PrincipalValidator
weblogic.security.provider   
weblogic.security.providers.authentication   
weblogic.security.providers.saml   
weblogic.security.service

This package includes interfaces, classes, and exceptions that support security providers. 

weblogic.security.spi

This package includes interfaces, classes, and exceptions you use to develop security providers. 

 

Uses of PrincipalValidator in weblogic.security.provider
 

Classes in weblogic.security.provider that implement PrincipalValidator
 class PrincipalValidatorImpl
          The runtime class for the WebLogic Principal Validation provider, which signs and validates WLSPrincipals.
 

Uses of PrincipalValidator in weblogic.security.providers.authentication
 

Methods in weblogic.security.providers.authentication that return PrincipalValidator
 PrincipalValidator NTAuthenticatorProviderImpl.getPrincipalValidator()
          Returns the principal validator that can validate the principals that the authenticator's login module puts into the subject.
 PrincipalValidator NegotiateIdentityAsserterProviderImpl.getPrincipalValidator()
          Return the provider's PrincipalValidator
 PrincipalValidator LDAPX509IdentityAsserterProviderImpl.getPrincipalValidator()
          Return the provider's PrincipalValidator
 PrincipalValidator LDAPAuthenticationProviderImpl.getPrincipalValidator()
          Return the provider's PrincipalValidator
 PrincipalValidator DefaultIdentityAsserterProviderImpl.getPrincipalValidator()
          Return the provider's PrincipalValidator
 PrincipalValidator DefaultAuthenticationProviderImpl.getPrincipalValidator()
          Return the provider's PrincipalValidator
 PrincipalValidator DBMSAuthenticationProviderImpl.getPrincipalValidator()
          Return the provider's PrincipalValidator
 

Uses of PrincipalValidator in weblogic.security.providers.saml
 

Methods in weblogic.security.providers.saml that return PrincipalValidator
 PrincipalValidator SAMLIdentityAsserterProviderImpl.getPrincipalValidator()
          Return the provider's PrincipalValidator
 PrincipalValidator SAMLAuthenticationProviderImpl.getPrincipalValidator()
           
 

Uses of PrincipalValidator in weblogic.security.service
 

Methods in weblogic.security.service with parameters of type PrincipalValidator
static PrivilegedAction PrivilegedActions.getSignPrincipalAction(PrincipalValidator validator, Principal principal)
          Use this action in a call to java.security.AccessController.doPrivileged() to get the sign a Principal.
 

Uses of PrincipalValidator in weblogic.security.spi
 

Methods in weblogic.security.spi that return PrincipalValidator
 PrincipalValidator AuthenticationProviderV2.getPrincipalValidator()
          Gets this Authentication provider's associated Principal Validation provider.
 PrincipalValidator AuthenticationProvider.getPrincipalValidator()
          Gets this Authentication provider's associated Principal Validation provider.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.