| 
 | Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 WLSGroupinterface is a marker interface used to signify that a
 principal represents a WebLogic Server group. | |
| WLSUser The WLSUserinterface 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 PrincipalValidatorinterface 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 Resourceinterface provides the definition for an object that represents
 a resource that may be protected from unauthorized access. | |
| SelfDescribingResource The SelfDescribingResourceclass adds added query methods to theResourceclass. | |
| SelfDescribingResourceV2 The SelfDescribingResourceV2class adds more query methods to theSelfDescribingResourceclass. | |
| Classes in weblogic.security.spi used by weblogic.security.spi | |
|---|---|
| AccessDecision The AccessDecisioninterface defines the security service
 provider interface (SSPI) for policy enforcement points (PEP) that can be
 plugged into WebLogic Server. | |
| AdjudicationProviderV2 The AdjudicationProviderV2interface exposes the
 services provided by an Adjudication provider to the WebLogic
 Security Framework. | |
| Adjudicator Deprecated. | |
| AdjudicatorV2 The AdjudicatorV2interface 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 ApplicationInfopasses data about an
 application deployment to a security provider and is used in
 theDeployableAuthorizationProviderV2andDeployableRoleProviderV2interfaces. | |
| ApplicationInfo.ComponentType A ComponentTyperepresents the component type
 for the application that is being deployed and is used within
 anApplicationInfointerface. | |
| ApplicationRemovalException The ApplicationRemovalExceptionis thrown if a security provider 
 encounters a problem while handling the deletion of an application. | |
| ApplicationVersionCreationException The ApplicationVersionCreationExceptionis thrown if a security provider 
 encounters a problem while handling the creation of a new application version. | |
| ApplicationVersionRemovalException The ApplicationVersionRemovalExceptionis thrown if a security provider 
 encounters a problem while handling the deletion of an application version. | |
| AuditAtnEvent.AtnEventType Deprecated. The AtnEventTypeclass describes the authentication event types
 that are supported. | |
| AuditAtnEventV2.AtnEventTypeV2 The AtnEventTypeclass describes the authentication event types
 that are supported. | |
| AuditChannel The AuditChannelinterface defines the security service provider 
 interface (SSPI) for objects capable of logging security-related
 events for auditing purposes. | |
| AuditChannelV2 The AuditChannelV2interface defines the security service provider
 interface (SSPI) for objects capable of logging security-related
 events for auditing purposes. | |
| AuditConfigurationEvent The AuditConfigurationEventinterface is used to post configuration
 change audit events. | |
| AuditContext The AuditContextinterface can be extended byAuditEventimplementations
 to indicate that the implementation has context information. | |
| AuditEvent The AuditEventinterface provides a mechanism for passing
 audit information to Auditing providers during awriteEventoperation. | |
| AuditLifecycleEvent.AuditLifecycleEventType The AuditLifecycleEventTypeclass describes the audit service lifecycle event types
 that are supported. | |
| AuditorService The AuditorServiceinterface provides security providers with
 access to theAuditorobject, which resides in the WebLogic
 Security Framework and is limited to the writing of audit records. | |
| AuditSeverity The AuditSeverityclass provides audit severity levels as both
 numeric and text values to an Auditing provider. | |
| AuthorizationProvider The AuthorizationProviderinterface exposes the services provided by an
 Authorization provider to the WebLogic Security Framework. | |
| BulkAccessDecision The BulkAccessDecisionV2security service provider (SSPI) interface
 for policy enforcement points (PEP) allows support for bulk runtime authorization queries. | |
| BulkAdjudicator The BulkAdjudicatorinterface 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 BulkRoleMapperinterface 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 CertPathProviderinterface 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 CredentialMapperV2interface 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 DeployHandleCreationExceptionis thrown if a security provider 
 encounters a problem while creating aDeployPolicyHandleorDeployRoleHandle. | |
| DeployPolicyHandle The DeployPolicyHandleinterface is a marker interface
 used to signify that an Object represents security provider specific
 information about an application policy deployment. | |
| DeployRoleHandle The DeployRoleHandleinterface is a marker interface
 used to signify that an Object represents security provider specific
 information about an application role deployment. | |
| DigestNotAvailableException The DigestNotAvailableExceptionexception is thrown by a security
 provider if the password digest for the specified user can not be retrieved. | |
| Direction The Directionclass 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 IdentityAsserterinterface exposes the methods that custom
 Identity Assertion providers need to implement in order to provide token-based client
 identity assertion. | |
| IdentityAsserterV2 The IdentityAsserterinterface exposes the methods that custom
 Identity Assertion providers need to implement in order to provide token-based client
 identity assertion. | |
| IdentityAssertionException The IdentityAssertionExceptionexception is thrown if an Identity Assertion
 provider attempts to assert an identity based on token identity information, and that
 attempt fails. | |
| InvalidPrincipalException The InvalidPrincipalExceptionexception 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 JDBCConnectionServiceExceptionexception is thrown if a named JDBC
 data source is not found. | |
| PolicyCollectionHandler An authorization provider that wishes to consume policy sets implements the PolicyCollectionHandlerinterface. | |
| PolicyCollectionInfo A PolicyCollectionInfopasses data about a
 policy set to a security provider and is used by the
 thePolicyConsumerinterface. | |
| PolicyConsumer An authorization provider that wishes to consume policy implements the PolicyConsumerinterface. | |
| PrincipalValidator The PrincipalValidatorinterface 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 ProviderChallengeContextinterface 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 Resourceinterface provides the definition for an object that represents
 a resource that may be protected from unauthorized access. | |
| ResourceCreationException The ResourceCreationExceptionexception is thrown if a security provider 
 encounters a problem while creating a resource. | |
| ResourceRemovalException The ResourceRemovalExceptionexception is thrown if a security provider
 is unable to remove a resource. | |
| Result The Resultclass contains the result of calling theisAccessAllowedmethod on anAccessDecision. | |
| RoleCollectionHandler A role provider that wishes to consume roles implements the RoleCollectionHandlerinterface. | |
| RoleCollectionInfo A RoleCollectionInfopasses data about a
 role set to a security provider and is used by the
 theRoleConsumerinterface. | |
| RoleConsumer A role provider that wishes to consume roles implements the RoleConsumerinterface. | |
| RoleCreationException A RoleCreationExceptionexception is thrown if a Role Mapping provider
 has a problem creating a role. | |
| RoleMapper The RoleMapperinterface 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 RoleProviderinterface exposes the services provided by a
 Role Mapping provider to the WebLogic Security Framework. | |
| RoleRemovalException The RoleRemovalExceptionexception is thrown if a Role Mapping provider
 is unable to remove a role. | |
| SecurityProvider The SecurityProviderinterface is required of all
 security providers (WebLogic and custom) because it provides
 basic methods for their use in the WebLogic Server environment. | |
| SecurityServices The SecurityServicesinterface is used by the WebLogic Security Framework
 to create security service implementations such as theAuditorService, 
 which security providers can then use. | |
| SelfDescribingResource The SelfDescribingResourceclass adds added query methods to theResourceclass. | |
| 
 | 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||