Uses of Class
org.wildfly.security.credential.BearerTokenCredential
-
Packages that use BearerTokenCredential Package Description org.wildfly.security.auth.client Elytron Client enable remote clients to authenticate using Elytron.org.wildfly.security.credential -
-
Uses of BearerTokenCredential in org.wildfly.security.auth.client
Methods in org.wildfly.security.auth.client that return BearerTokenCredential Modifier and Type Method Description (package private) static BearerTokenCredential
ElytronXmlParser. parseBearerTokenType(org.wildfly.client.config.ConfigurationXMLStreamReader reader)
Parse an XML element of typebearer-token-type
from an XML reader.Methods in org.wildfly.security.auth.client with parameters of type BearerTokenCredential Modifier and Type Method Description AuthenticationConfiguration
AuthenticationConfiguration. useBearerTokenCredential(BearerTokenCredential credential)
Create a new configuration which is the same as this configuration, but which uses the givenBearerTokenCredential
to authenticate. -
Uses of BearerTokenCredential in org.wildfly.security.credential
Methods in org.wildfly.security.credential that return BearerTokenCredential Modifier and Type Method Description BearerTokenCredential
BearerTokenCredential. clone()
-