Uses of Class
org.refcodes.web.BasicCredentials
-
-
Uses of BasicCredentials in org.refcodes.web
Subclasses of BasicCredentials in org.refcodes.web Modifier and Type Class Description class
BasicAuthCredentials
TheBasicAuthCredentials
defines a type for representing a Basic-Authentication credentials Header-Field.class
BasicAuthCredentialsBuilder
TheBasicAuthCredentialsBuilder
compares the secret (BasicAuthCredentials.getSecret()
) case sensitive but the username (BasicAuthCredentials.getIdentity()
) case insensitive within theBasicAuthCredentials.equals(Object)
method.Methods in org.refcodes.web with parameters of type BasicCredentials Modifier and Type Method Description boolean
BasicCredentials. isValid(BasicCredentials aCredentials)
Validates the providedBasicCredentials
against thisBasicCredentials
user-name and secret.void
BasicAuthCredentials. validate(BasicCredentials aCredentials)
Validates the providedBasicCredentials
with thisBasicAuthCredentials
viaisValid(BasicCredentials)
.
-