Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

Uses of Package
weblogic.security.spi

Packages that use weblogic.security.spi
weblogic.security.principal This package includes interfaces and classes for the WebLogic Principal Validation provider. 
weblogic.security.provider This package includes interfaces and classes for those who are interested in understanding how the WebLogic Principal Validation provider works, and for those interested in developing a custom Principal Validation provider. 
weblogic.security.service Deprecated 9.0.0.0. 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. 
 

Classes in weblogic.security.spi used by weblogic.security.principal
WLSGroup
          The WLSGroup interface is a marker interface used to signify that a principal represents a WebLogic Server group.
WLSUser
          The WLSUser interface is a marker interface used to signify that a principal represents a WebLogic Server user.
 

Classes in weblogic.security.spi used by weblogic.security.provider
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.
 

Classes in weblogic.security.spi used by weblogic.security.service
Resource
          The Resource interface provides the definition for an object that represents a resource that may be protected from unauthorized access.
SelfDescribingResource
          The SelfDescribingResource class adds added query methods to the Resource class.
SelfDescribingResourceV2
          The SelfDescribingResourceV2 class adds more query methods to the SelfDescribingResource class.
 

Classes in weblogic.security.spi used by weblogic.security.spi
AccessDecision
          The AccessDecision interface defines the security service provider interface (SSPI) for policy enforcement points (PEP) that can be plugged into WebLogic Server.
AdjudicationProviderV2
          The AdjudicationProviderV2 interface exposes the services provided by an Adjudication provider to the WebLogic Security Framework.
Adjudicator
          Deprecated.  
AdjudicatorV2
          The AdjudicatorV2 interface defines the security service provider interface (SSPI) for an object that is responsible for making the final decision as to whether the processing of the requested method should be permitted to proceed or should be denied.
ApplicationInfo
          An ApplicationInfo passes data about an application deployment to a security provider and is used in the DeployableAuthorizationProviderV2 and DeployableRoleProviderV2 interfaces.
ApplicationInfo.ComponentType
          A ComponentType represents the component type for the application that is being deployed and is used within an ApplicationInfo interface.
ApplicationRemovalException
          The ApplicationRemovalException is thrown if a security provider encounters a problem while handling the deletion of an application.
ApplicationVersionCreationException
          The ApplicationVersionCreationException is thrown if a security provider encounters a problem while handling the creation of a new application version.
ApplicationVersionRemovalException
          The ApplicationVersionRemovalException is thrown if a security provider encounters a problem while handling the deletion of an application version.
AuditAtnEvent.AtnEventType
          Deprecated. The AtnEventType class describes the authentication event types that are supported.
AuditAtnEventV2.AtnEventTypeV2
          The AtnEventType class describes the authentication event types that are supported.
AuditChannel
          The AuditChannel interface defines the security service provider interface (SSPI) for objects capable of logging security-related events for auditing purposes.
AuditChannelV2
          The AuditChannelV2 interface defines the security service provider interface (SSPI) for objects capable of logging security-related events for auditing purposes.
AuditConfigurationEvent
          The AuditConfigurationEvent interface is used to post configuration change audit events.
AuditContext
          The AuditContext interface can be extended by AuditEvent implementations to indicate that the implementation has context information.
AuditEvent
          The AuditEvent interface provides a mechanism for passing audit information to Auditing providers during a writeEvent operation.
AuditLifecycleEvent.AuditLifecycleEventType
          The AuditLifecycleEventType class describes the audit service lifecycle event types that are supported.
AuditorService
          The AuditorService interface provides security providers with access to the Auditor object, which resides in the WebLogic Security Framework and is limited to the writing of audit records.
AuditSeverity
          The AuditSeverity class provides audit severity levels as both numeric and text values to an Auditing provider.
AuthorizationProvider
          The AuthorizationProvider interface exposes the services provided by an Authorization provider to the WebLogic Security Framework.
BulkAccessDecision
          The BulkAccessDecisionV2 security service provider (SSPI) interface for policy enforcement points (PEP) allows support for bulk runtime authorization queries.
BulkAdjudicator
          The BulkAdjudicator interface defines the security service provider interface (SSPI) for an object that is responsible for making the final decision as to whether the processing of the requested method should be permitted to proceed or should be denied as part of a bulk access decision.
BulkRoleMapper
          The BulkRoleMapper interface defines the security service provider interface (SSPI) for providers capable of obtaining the appropriate set of roles, for a list of resources, that have been granted to a specific subject.
CertPathProvider
          The CertPathProvider interface exposes the services provided by a CertPath provider to the WebLogic Security Framework.
CredentialMapper
          Deprecated. WLS 9.0 (10/2003) Replaced with CredentialMapperV2
CredentialMapperV2
          The CredentialMapperV2 interface defines the security service provider interface (SSPI) for objects capable of obtaining the appropriate set of credentials for a particular resource that is scoped within an application.
CredentialProvider
          Deprecated. WLS 9.0 (10/2003) Replaced with CredentialProviderV2
DeployHandleCreationException
          The DeployHandleCreationException is thrown if a security provider encounters a problem while creating a DeployPolicyHandle or DeployRoleHandle.
DeployPolicyHandle
          The DeployPolicyHandle interface is a marker interface used to signify that an Object represents security provider specific information about an application policy deployment.
DeployRoleHandle
          The DeployRoleHandle interface is a marker interface used to signify that an Object represents security provider specific information about an application role deployment.
DigestNotAvailableException
          The DigestNotAvailableException exception is thrown by a security provider if the password digest for the specified user can not be retrieved.
Direction
          The Direction class is used to represent when the authorization check is to be performed by an Access Decision (either before a resource is accessed or after access has been allowed).
IdentityAsserter
          The IdentityAsserter interface exposes the methods that custom Identity Assertion providers need to implement in order to provide token-based client identity assertion.
IdentityAsserterV2
          The IdentityAsserter interface exposes the methods that custom Identity Assertion providers need to implement in order to provide token-based client identity assertion.
IdentityAssertionException
          The IdentityAssertionException exception is thrown if an Identity Assertion provider attempts to assert an identity based on token identity information, and that attempt fails.
InvalidPrincipalException
          The InvalidPrincipalException exception is thrown by a security provider if the principal that was generated for a user has become invalid.
JDBCConnectionService
          Interface used to obtain a database connection from a JDBC data source.
JDBCConnectionServiceException
          The JDBCConnectionServiceException exception is thrown if a named JDBC data source is not found.
PolicyCollectionHandler
          An authorization provider that wishes to consume policy sets implements the PolicyCollectionHandler interface.
PolicyCollectionInfo
          A PolicyCollectionInfo passes data about a policy set to a security provider and is used by the the PolicyConsumer interface.
PolicyConsumer
          An authorization provider that wishes to consume policy implements the PolicyConsumer 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.
ProviderChallengeContext
          The ProviderChallengeContext interface allows a Challenge Identity Assertion providers to return an object that contains state and is used for subsequent steps in a multi-step challenge/response process.
Resource
          The Resource interface provides the definition for an object that represents a resource that may be protected from unauthorized access.
ResourceCreationException
          The ResourceCreationException exception is thrown if a security provider encounters a problem while creating a resource.
ResourceRemovalException
          The ResourceRemovalException exception is thrown if a security provider is unable to remove a resource.
Result
          The Result class contains the result of calling the isAccessAllowed method on an AccessDecision.
RoleCollectionHandler
          A role provider that wishes to consume roles implements the RoleCollectionHandler interface.
RoleCollectionInfo
          A RoleCollectionInfo passes data about a role set to a security provider and is used by the the RoleConsumer interface.
RoleConsumer
          A role provider that wishes to consume roles implements the RoleConsumer interface.
RoleCreationException
          A RoleCreationException exception is thrown if a Role Mapping provider has a problem creating a role.
RoleMapper
          The RoleMapper interface defines the security service provider interface (SSPI) for objects capable of obtaining the appropriate set of roles for a particular resource that has been granted to a specific subject.
RoleProvider
          The RoleProvider interface exposes the services provided by a Role Mapping provider to the WebLogic Security Framework.
RoleRemovalException
          The RoleRemovalException exception is thrown if a Role Mapping provider is unable to remove a role.
SecurityProvider
          The SecurityProvider interface is required of all security providers (WebLogic and custom) because it provides basic methods for their use in the WebLogic Server environment.
SecurityServices
          The SecurityServices interface is used by the WebLogic Security Framework to create security service implementations such as the AuditorService, which security providers can then use.
SelfDescribingResource
          The SelfDescribingResource class adds added query methods to the Resource class.
 


Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06