public class AuthorizationRequiredException
extends java.lang.RuntimeException
Modifier and Type | Method | Description |
---|---|---|
static AuthorizationRequiredException |
createBasicAuthenticationRequiredException(java.lang.String realm) |
|
java.lang.String |
getAuthenticationParameter(java.lang.String parameterName) |
Returns the named authentication parameter.
|
java.lang.String |
getAuthenticationScheme() |
Returns the name of the authentication scheme.
|
java.lang.String |
getMessage() |
public static AuthorizationRequiredException createBasicAuthenticationRequiredException(java.lang.String realm)
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.String getAuthenticationScheme()
public java.lang.String getAuthenticationParameter(java.lang.String parameterName)