SecurityProvider
BulkAuthorizationProvider
, DeployableAuthorizationProviderV2
public interface AuthorizationProvider extends SecurityProvider
AuthorizationProvider
interface exposes the services provided by an
Authorization provider to the WebLogic Security Framework. This allows the
Authorization provider to be manipulated (initialized, started, stopped, and
so on).Modifier and Type | Method | Description |
---|---|---|
AccessDecision |
getAccessDecision() |
Gets the implementation of the
AccessDecision security service provider interface (SSPI). |
getDescription, initialize, shutdown
AccessDecision getAccessDecision()
AccessDecision
security service provider interface (SSPI).AccessDecision
SSPI.