public class AuthorizationRequiredException extends RuntimeException
Modifier and Type | Method and Description |
---|---|
static AuthorizationRequiredException |
createBasicAuthenticationRequiredException(String realm) |
String |
getAuthenticationParameter(String parameterName)
Returns the named authentication parameter.
|
String |
getAuthenticationScheme()
Returns the name of the authentication scheme.
|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static AuthorizationRequiredException createBasicAuthenticationRequiredException(String realm)
public String getMessage()
getMessage
in class Throwable
public String getAuthenticationScheme()
Copyright © 2012. All Rights Reserved.