Package org.wildfly.security.auth.principal
package org.wildfly.security.auth.principal
The principal types used by this API. Note that, as a matter of policy, principal types are defined by
format (e.g. plain string, X.500 string, etc.), not by usage (e.g. user name, host name).
-
ClassDescriptionThe singleton anonymous principal.A composite principal that consists of multiple elements of possibly disparate type.An interface to represent a named group of principals.A principal which is comprised of a simple
Stringname.A principal which is represented by a numeric ID, such as what a database might use for a primary key.A principal type which is used to find a specific identity in a specific realm.