Uses of Class
org.refcodes.web.BearerAuthCredentials
-
Uses of BearerAuthCredentials in org.refcodes.web
Methods in org.refcodes.web that return BearerAuthCredentialsModifier and TypeMethodDescriptionBearerAuthCredentialsAccessor.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.BearerAuthCredentials.withHttpAuthorization(String aHttpAuthorization) Initializes thisAuthTypeCredentialsinstance from theHeaderField.AUTHORIZATIONHeader-Fields's value.Methods in org.refcodes.web with parameters of type BearerAuthCredentialsModifier and TypeMethodDescriptiondefault 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.BearerAuthCredentialsAccessor.BearerAuthCredentialsBuilder.withBearerAuthCredentials(BearerAuthCredentials aBearerAuthCredentials) Sets theBearerAuthCredentialsfor the bearer auth credentials property.default BHeaderFields.withBearerAuthCredentials(BearerAuthCredentials aBearerAuthCredentials) Sets theBearerAuthCredentials(token) for HTTP bearer authentication.