Uses of Class
org.wildfly.security.auth.principal.NamePrincipal
Packages that use NamePrincipal
Package
Description
Elytron Client enable remote clients to authenticate using Elytron.
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 NamePrincipalModifier and TypeMethodDescriptionAuthenticationConfiguration.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 NamePrincipalModifier and TypeMethodDescriptionstatic NamePrincipalAttempt to convert the given principal to aNamePrincipal.Methods in org.wildfly.security.auth.principal with parameters of type NamePrincipalModifier and TypeMethodDescriptionbooleanNamePrincipal.equals(NamePrincipal obj) Determine whether this principal is equal to the given object.