Package | Description |
---|---|
oracle.dbtools.plugin.api.security |
Resource authorization APIs
|
Modifier and Type | Interface and Description |
---|---|
interface |
AuthenticationChallenge
Represents an authentication challenge that may be issued when a protected
resource is accessed without proper authorization.
|
Modifier and Type | Method and Description |
---|---|
Translatable |
AuthorizationError.description()
Provides a localizable human readable description of the error.
|
Translatable |
EndUserAuthorizationConstraint.description()
Description of the purpose of the constraint.
|
Translatable |
EndUserAuthorizationConstraint.label()
Title for the constraint that should be displayed to the end-user.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Translatable> |
AuthenticationChallenge.parameters()
The parameters associated with this challenge
|
Modifier and Type | Method and Description |
---|---|
AuthenticationChallenge.Builder |
AuthenticationChallenge.Builder.error(CharSequence errorCode,
Translatable errorDescription)
Create an error parameter and an error_description parameter
|
AuthenticationChallenge.Builder |
AuthenticationChallenge.Builder.parameter(CharSequence name,
Translatable value)
Create a parameter with a value which may be localized
|
Oracle REST Data Services Plugin API version: 3.0.0.65.09.35 Copyright © 2015 Oracle Corp. All Rights Reserved.