Package | Description |
---|---|
weblogic.jdbc.common.internal | |
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.
|
weblogic.security.utils |
This package includes Hostname Verifier implementations you can use to verify hostnames during SSL handshakes.
|
Class | Description |
---|---|
Resource |
The
Resource interface provides the definition for an object that represents
a resource that may be protected from unauthorized access. |
Class | Description |
---|---|
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. |
Class | Description |
---|---|
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. |
Class | Description |
---|---|
ApplicationInfo.ComponentType |
A
ComponentType represents the component type
for the application that is being deployed and is used within
an ApplicationInfo interface. |
AuditSeverity |
The
AuditSeverity class provides audit severity levels as both
numeric and text values to an Auditing provider. |
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. |
PolicyCollectionHandler |
An authorization provider that wishes to consume policy sets
implements the
PolicyCollectionHandler 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. |
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. |
Class | Description |
---|---|
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. |
ConsumptionException |
The
ConsumptionException is thrown if a security
provider is unable to consume any type of security data. |
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. |
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 | |
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. |
SecuritySpiException |
The
SecuritySpiException exception is
the base interface implemented by all security provider exceptions. |
SelfDescribingResource |
The
SelfDescribingResource class adds added query methods to the
Resource class. |
Class | Description |
---|---|
AuditSeverity |
The
AuditSeverity class provides audit severity levels as both
numeric and text values to an Auditing provider. |