Uses of Class
org.wildfly.security.auth.jaspi.impl.ElytronMessageInfo.State
-
Packages that use ElytronMessageInfo.State Package Description org.wildfly.security.auth.jaspi.impl JSR-196 Java Authentication SPI for Containers (JASPI) - Internal Implementation. -
-
Uses of ElytronMessageInfo.State in org.wildfly.security.auth.jaspi.impl
Methods in org.wildfly.security.auth.jaspi.impl that return ElytronMessageInfo.State Modifier and Type Method Description protected ElytronMessageInfo.StateElytronMessageInfo. getState()Get the current state for how thisMessageInfois being used.static ElytronMessageInfo.StateElytronMessageInfo.State. valueOf(String name)Returns the enum constant of this type with the specified name.static ElytronMessageInfo.State[]ElytronMessageInfo.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-