Interface AuthenticationChallenge
- All Superinterfaces:
Translatable
Represents an authentication challenge that may be issued when a protected
resource is accessed without proper authorization.
The challenge will be transformed into a HTTP
WWW-Authenticate
response header.- Author:
- cdivilly
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionmodify()Modify thisAuthenticationChallengeinstanceThe parameters associated with this challengescheme()The Authentication scheme for this challenge (e.g.Methods inherited from interface oracle.dbtools.plugin.api.i18n.Translatable
toString, toString
-
Method Details
-
parameters
Map<String,Translatable> parameters()The parameters associated with this challenge- Returns:
- parameters
-
scheme
String scheme()The Authentication scheme for this challenge (e.g. 'Basic')- Returns:
- The authentication scheme for this challenge
-
modify
AuthenticationChallenge.Builder modify()Modify thisAuthenticationChallengeinstance- Returns:
AuthenticationChallenge.Builderinstance
-