Uses of Class
org.openiam.idm.srvc.auth.dto.ProvLoginStatusEnum
-
Packages that use ProvLoginStatusEnum Package Description org.openiam.idm.srvc.auth.dto -
-
Uses of ProvLoginStatusEnum in org.openiam.idm.srvc.auth.dto
Fields in org.openiam.idm.srvc.auth.dto declared as ProvLoginStatusEnum Modifier and Type Field Description protected ProvLoginStatusEnumAbstractLogin. provStatusMethods in org.openiam.idm.srvc.auth.dto that return ProvLoginStatusEnum Modifier and Type Method Description static ProvLoginStatusEnumProvLoginStatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ProvLoginStatusEnum[]ProvLoginStatusEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-