Uses of Enum
de.xima.fc.mdl.enums.EAuthConfigState
Packages that use EAuthConfigState
Package
Description
Package für Datenbankentitäten
Interfaces für Datenbankentitäten
Commonly used enumeration that are mainly used in model classes.
-
Uses of EAuthConfigState in de.xima.fc.entities
Methods in de.xima.fc.entities that return EAuthConfigStateMethods in de.xima.fc.entities with parameters of type EAuthConfigStateModifier and TypeMethodDescriptionvoidAAuthenticator.setConfigState(EAuthConfigState configState) -
Uses of EAuthConfigState in de.xima.fc.entities.interfaces
Methods in de.xima.fc.entities.interfaces that return EAuthConfigState -
Uses of EAuthConfigState in de.xima.fc.mdl.enums
Subclasses with type arguments of type EAuthConfigState in de.xima.fc.mdl.enumsModifier and TypeClassDescriptionenumAn enumeration with the possible states of an authenticator, indicating whether it's configuration is complete.Methods in de.xima.fc.mdl.enums that return EAuthConfigStateModifier and TypeMethodDescriptionstatic EAuthConfigStateReturns the enum constant of this type with the specified name.static EAuthConfigState[]EAuthConfigState.values()Returns an array containing the constants of this enum type, in the order they are declared.