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 AuthenticationConfigurationAuthenticationConfiguration. 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 with parameters of type NamePrincipal Modifier and Type Method Description booleanNamePrincipal. equals(NamePrincipal obj)Determine whether this principal is equal to the given object.
-