Uses of Class
org.refcodes.web.ForbiddenException
-
Uses of ForbiddenException in org.refcodes.web
Methods in org.refcodes.web that throw ForbiddenExceptionModifier and TypeMethodDescriptionvoidValidates the providedBasicCredentialswith thisBasicAuthCredentialsviaValidatable.isValid(Object).voidValidates the provided user-name and secret with thisBasicAuthCredentialsviaBasicCredentials.isValid(String, String).voidBasicAuthCredentials.validate(BasicCredentials aCredentials) Validates the providedBasicCredentialswith thisBasicAuthCredentialsviaBasicCredentials.isValid(BasicCredentials).voidValidates the provided user-name and secret with thisBearerAuthCredentialsviaTokenCredentials.isValid(String).voidBearerAuthCredentials.validate(TokenCredentials aCredentials) Validates the providedTokenCredentialswith thisBearerAuthCredentialsviaTokenCredentials.isValid(TokenCredentials).