A C E F G H I M N O P R S T U V 
All Classes All Packages

A

AnonymousPrincipal - Class in org.wildfly.security.auth.principal
The singleton anonymous principal.
AnonymousPrincipal() - Constructor for class org.wildfly.security.auth.principal.AnonymousPrincipal
Construct a new instance (should not be used; call AnonymousPrincipal.getInstance() instead).
AnonymousPrincipal(String) - Constructor for class org.wildfly.security.auth.principal.AnonymousPrincipal
Construct a new instance (should not be used; call AnonymousPrincipal.getInstance() instead).
AuthenticationException - Exception in org.wildfly.security.auth
An exception indicating that an initial authentication (login) operation has failed.
AuthenticationException() - Constructor for exception org.wildfly.security.auth.AuthenticationException
Constructs a new org.wildfly.security.auth.AuthenticationException instance.
AuthenticationException(String) - Constructor for exception org.wildfly.security.auth.AuthenticationException
Constructs a new org.wildfly.security.auth.AuthenticationException instance with an initial message.
AuthenticationException(String, Throwable) - Constructor for exception org.wildfly.security.auth.AuthenticationException
Constructs a new org.wildfly.security.auth.AuthenticationException instance with an initial message and cause.
AuthenticationException(Throwable) - Constructor for exception org.wildfly.security.auth.AuthenticationException
Constructs a new org.wildfly.security.auth.AuthenticationException instance with an initial cause.

C

CompositePrincipal - Class in org.wildfly.security.auth.principal
A composite principal that consists of multiple elements of possibly disparate type.
CompositePrincipal(Principal...) - Constructor for class org.wildfly.security.auth.principal.CompositePrincipal
Construct a new instance.
CompositePrincipal(Collection<Principal>) - Constructor for class org.wildfly.security.auth.principal.CompositePrincipal
Construct a new instance.
contains(Class<? extends Principal>) - Method in class org.wildfly.security.auth.principal.CompositePrincipal
Determine whether this composite principal contains the a nested principal of the given type class.
contains(Principal) - Method in class org.wildfly.security.auth.principal.CompositePrincipal
Determine whether this composite principal contains the given nested principal.

E

equals(Object) - Method in class org.wildfly.security.auth.principal.AnonymousPrincipal
Determine whether the given object is also an anonymous principal.
equals(Object) - Method in class org.wildfly.security.auth.principal.CompositePrincipal
Determine whether this principal is equal to the given object.
equals(Object) - Method in class org.wildfly.security.auth.principal.NamePrincipal
Determine whether this principal is equal to the given object.
equals(Object) - Method in class org.wildfly.security.auth.principal.NumericPrincipal
Determine whether this principal is equal to the given object.
equals(Object) - Method in class org.wildfly.security.auth.principal.RealmNestedPrincipal
Determine whether this principal is equal to the given object.
equals(CompositePrincipal) - Method in class org.wildfly.security.auth.principal.CompositePrincipal
Determine whether this principal is equal to the given object.
equals(NamePrincipal) - Method in class org.wildfly.security.auth.principal.NamePrincipal
Determine whether this principal is equal to the given object.
equals(NumericPrincipal) - Method in class org.wildfly.security.auth.principal.NumericPrincipal
Determine whether this principal is equal to the given object.
equals(RealmNestedPrincipal) - Method in class org.wildfly.security.auth.principal.RealmNestedPrincipal
Determine whether this principal is equal to the given object.

F

from(Principal) - Static method in class org.wildfly.security.auth.principal.NamePrincipal
Attempt to convert the given principal to a NamePrincipal.

G

get(int) - Method in class org.wildfly.security.auth.principal.CompositePrincipal
Get the principal at the given index.
get(int, Class<P>) - Method in class org.wildfly.security.auth.principal.CompositePrincipal
Get the principal at the given index, if it is of the given type.
get(Class<P>) - Method in class org.wildfly.security.auth.principal.CompositePrincipal
Get the first principal with the given type, if any.
getId() - Method in class org.wildfly.security.auth.principal.NumericPrincipal
Get the ID of the principal.
getInstance() - Static method in class org.wildfly.security.auth.principal.AnonymousPrincipal
Get the anonymous principal instance.
getName() - Method in class org.wildfly.security.auth.principal.AnonymousPrincipal
Get the principal name (always "anonymous").
getName() - Method in class org.wildfly.security.auth.principal.CompositePrincipal
Get the principal name.
getName() - Method in class org.wildfly.security.auth.principal.NamePrincipal
Get the principal name.
getName() - Method in class org.wildfly.security.auth.principal.NumericPrincipal
Returns the name of this principal, which is just the string representation of the ID.
getName() - Method in class org.wildfly.security.auth.principal.RealmNestedPrincipal
Returns the name of this principal, which is composed of the realm name and the name of the nested principal.
getNestedPrincipal() - Method in class org.wildfly.security.auth.principal.RealmNestedPrincipal
Get the nested principal.
getNestedPrincipal(Class<P>) - Method in class org.wildfly.security.auth.principal.RealmNestedPrincipal
Get the nested principal if it is of the given type class.
getRealmName() - Method in class org.wildfly.security.auth.principal.RealmNestedPrincipal
Get the realm name.

H

hashCode() - Method in class org.wildfly.security.auth.principal.AnonymousPrincipal
Get the hash code of this principal.
hashCode() - Method in class org.wildfly.security.auth.principal.CompositePrincipal
Get the hash code of this principal.
hashCode() - Method in class org.wildfly.security.auth.principal.NamePrincipal
Get the hash code of this principal.
hashCode() - Method in class org.wildfly.security.auth.principal.NumericPrincipal
Get the hash code of this principal.
hashCode() - Method in class org.wildfly.security.auth.principal.RealmNestedPrincipal
Get the hash code of this principal.

I

in(SupportLevel) - Method in enum org.wildfly.security.auth.SupportLevel
Determine whether this instance is equal to one of the given instances.
in(SupportLevel...) - Method in enum org.wildfly.security.auth.SupportLevel
Determine whether this instance is equal to one of the given instances.
in(SupportLevel, SupportLevel) - Method in enum org.wildfly.security.auth.SupportLevel
Determine whether this instance is equal to one of the given instances.
in(SupportLevel, SupportLevel, SupportLevel) - Method in enum org.wildfly.security.auth.SupportLevel
Determine whether this instance is equal to one of the given instances.
isConvertibleTo(Principal) - Static method in class org.wildfly.security.auth.principal.NamePrincipal
Check if the given principal could be converted to a NamePrincipal.
isDefinitelySupported() - Method in enum org.wildfly.security.auth.SupportLevel
Determine if this object represents definite support.
isFull(EnumSet<SupportLevel>) - Static method in enum org.wildfly.security.auth.SupportLevel
Determine whether the given set is fully populated (or "full"), meaning it contains all possible values.
isNotSupported() - Method in enum org.wildfly.security.auth.SupportLevel
Determine if this object represents definite lack of support.
iterator() - Method in class org.wildfly.security.auth.principal.CompositePrincipal
Get an iterator over this principal.

M

max(SupportLevel, SupportLevel) - Static method in enum org.wildfly.security.auth.SupportLevel
Get the maximum support level between two candidates.
mayBeSupported() - Method in enum org.wildfly.security.auth.SupportLevel
Determine if this object represents possible or definite support.

N

NamePrincipal - Class in org.wildfly.security.auth.principal
A principal which is comprised of a simple String name.
NamePrincipal(String) - Constructor for class org.wildfly.security.auth.principal.NamePrincipal
Construct a new instance.
NumericPrincipal - Class in org.wildfly.security.auth.principal
A principal which is represented by a numeric ID, such as what a database might use for a primary key.
NumericPrincipal(long) - Constructor for class org.wildfly.security.auth.principal.NumericPrincipal
Construct a new instance.
NumericPrincipal(String) - Constructor for class org.wildfly.security.auth.principal.NumericPrincipal
Construct a new instance from a decimal string.

O

org.wildfly.security.auth - package org.wildfly.security.auth
Classes relating to authentication on the client and server side.
org.wildfly.security.auth.principal - package org.wildfly.security.auth.principal
The principal types used by this API.

P

POSSIBLY_SUPPORTED - org.wildfly.security.auth.SupportLevel
The given credential type may be supported.

R

RealmNestedPrincipal - Class in org.wildfly.security.auth.principal
A principal type which is used to find a specific identity in a specific realm.
RealmNestedPrincipal(String, Principal) - Constructor for class org.wildfly.security.auth.principal.RealmNestedPrincipal
Construct a new instance.
ReauthenticationException - Exception in org.wildfly.security.auth
A run-time exception indicating that a reauthentication was required for an operation, but the reauthentication failed, preventing the operation from proceeding.
ReauthenticationException() - Constructor for exception org.wildfly.security.auth.ReauthenticationException
Constructs a new ReauthenticationException instance.
ReauthenticationException(String) - Constructor for exception org.wildfly.security.auth.ReauthenticationException
Constructs a new ReauthenticationException instance with an initial message.
ReauthenticationException(String, Throwable) - Constructor for exception org.wildfly.security.auth.ReauthenticationException
Constructs a new ReauthenticationException instance with an initial message and cause.
ReauthenticationException(Throwable) - Constructor for exception org.wildfly.security.auth.ReauthenticationException
Constructs a new ReauthenticationException instance with an initial cause.

S

size() - Method in class org.wildfly.security.auth.principal.CompositePrincipal
Get the number of nested principals.
SUPPORTED - org.wildfly.security.auth.SupportLevel
The given credential type is definitely supported.
SupportLevel - Enum in org.wildfly.security.auth
The different support levels.

T

toString() - Method in class org.wildfly.security.auth.principal.AnonymousPrincipal
Get a representation of the principal name (always "anonymous").
toString() - Method in class org.wildfly.security.auth.principal.CompositePrincipal
Get this principal as a string.
toString() - Method in class org.wildfly.security.auth.principal.NamePrincipal
Get a string representation of this principal.
toString() - Method in class org.wildfly.security.auth.principal.NumericPrincipal
Get this principal as a string.
toString() - Method in class org.wildfly.security.auth.principal.RealmNestedPrincipal
Get this principal as a string.

U

UNSUPPORTED - org.wildfly.security.auth.SupportLevel
The given credential type is definitely not supported.

V

valueOf(String) - Static method in enum org.wildfly.security.auth.SupportLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wildfly.security.auth.SupportLevel
Returns an array containing the constants of this enum type, in the order they are declared.
A C E F G H I M N O P R S T U V 
All Classes All Packages