BEA Systems, Inc.


Uses of Class
weblogic.security.spi.SecuritySpiException

Packages that use SecuritySpiException
weblogic.security.spi

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

 

Uses of SecuritySpiException in weblogic.security.spi
 

Subclasses of SecuritySpiException in weblogic.security.spi
 interface ProviderDecisionException
          The ProviderDecisionException exception is thrown by an Access Decision if it encounters a problem during execution.
 interface ResourceCreationException
          The ResourceCreationException exception is thrown if a security provider encounters a problem while creating a resource.
 interface ResourceNotFoundException
          The ResourceNotFoundException exception is thrown if a security provider looks for a resource that should exist, but is unable to find that resource.
 interface ResourceRemovalException
          The ResourceRemovalException exception is thrown if a security provider is unable to remove a resource.
 interface RoleCreationException
          A RoleCreationException exception is thrown if a Role Mapping provider has a problem creating a role.
 interface RoleNotFoundException
          The RoleNotFoundException exception is thrown if a Role Mapping provider looks for a particular role that should exist, but is unable to find that role.
 interface RoleRemovalException
          The RoleRemovalException exception is thrown if a Role Mapping provider is unable to remove a role.
 


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

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference