Uses of Class
org.wildfly.security.auth.principal.NamePrincipal
-
Packages that use NamePrincipal Package Description org.wildfly.security.auth.client Elytron Client enable remote clients to authenticate using Elytron.org.wildfly.security.auth.principal The principal types used by this API. -
-
Uses of NamePrincipal in org.wildfly.security.auth.client
Methods in org.wildfly.security.auth.client with parameters of type NamePrincipal Modifier and Type Method Description AuthenticationConfiguration
AuthenticationConfiguration. usePrincipal(NamePrincipal principal)
Create a new configuration which is the same as this configuration, but which uses the given principal to authenticate. -
Uses of NamePrincipal in org.wildfly.security.auth.principal
Methods in org.wildfly.security.auth.principal that return NamePrincipal Modifier and Type Method Description static NamePrincipal
NamePrincipal. from(Principal principal)
Attempt to convert the given principal to aNamePrincipal
.Methods in org.wildfly.security.auth.principal with parameters of type NamePrincipal Modifier and Type Method Description boolean
NamePrincipal. equals(NamePrincipal obj)
Determine whether this principal is equal to the given object.
-