Uses of Class
org.refcodes.web.BearerAuthCredentials
-
-
Uses of BearerAuthCredentials in org.refcodes.web
Methods in org.refcodes.web that return BearerAuthCredentials Modifier and Type Method Description BearerAuthCredentialsBearerAuthCredentialsAccessor. getBearerAuthCredentials()Retrieves theBearerAuthCredentialsfrom the bearer auth credentials property (or null if there are none such credentials).default BearerAuthCredentialsHeaderFields. getBearerAuthCredentials()Retrieves theBearerAuthCredentialsfrom the request (or null if there are none such credentials).default BearerAuthCredentialsBearerAuthCredentialsAccessor.BearerAuthCredentialsProperty. letBearerAuthCredentials(BearerAuthCredentials aBearerAuthCredentials)Sets theBearerAuthCredentialsfor the bearer auth credentials property.default BearerAuthCredentialsHeaderFields. putBearerAuthCredentials(String aBearerAuthCredentials)Sets theBearerAuthCredentialsfrom the token for the bearer auth credentials property.default BearerAuthCredentialsHeaderFields. putBearerAuthCredentials(BearerAuthCredentials aBearerAuthCredentials)Sets theBearerAuthCredentials(token) for HTTP bearer authentication.default BearerAuthCredentialsHeaderFields. removeBearerAuthCredentials()Removes theBearerAuthCredentials(token) for HTTP bearer authentication.BearerAuthCredentialsBearerAuthCredentials. withHttpAuthorization(String aHttpAuthorization)Initializes thisAuthTypeCredentialsinstance from theHeaderField.AUTHORIZATIONHeader-Fields's value.Methods in org.refcodes.web with parameters of type BearerAuthCredentials Modifier and Type Method Description default BearerAuthCredentialsBearerAuthCredentialsAccessor.BearerAuthCredentialsProperty. letBearerAuthCredentials(BearerAuthCredentials aBearerAuthCredentials)Sets theBearerAuthCredentialsfor the bearer auth credentials property.default BearerAuthCredentialsHeaderFields. putBearerAuthCredentials(BearerAuthCredentials aBearerAuthCredentials)Sets theBearerAuthCredentials(token) for HTTP bearer authentication.voidBearerAuthCredentialsAccessor.BearerAuthCredentialsMutator. setBearerAuthCredentials(BearerAuthCredentials aBearerAuthCredentials)Sets theBearerAuthCredentialsfor the bearer auth credentials property.BBearerAuthCredentialsAccessor.BearerAuthCredentialsBuilder. withBearerAuthCredentials(BearerAuthCredentials aBearerAuthCredentials)Sets theBearerAuthCredentialsfor the bearer auth credentials property.default BHeaderFields. withBearerAuthCredentials(BearerAuthCredentials aBearerAuthCredentials)Sets theBearerAuthCredentials(token) for HTTP bearer authentication.
-