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 ProvLoginStatusEnum
AbstractLogin. provStatus
Methods in org.openiam.idm.srvc.auth.dto that return ProvLoginStatusEnum Modifier and Type Method Description static ProvLoginStatusEnum
ProvLoginStatusEnum. 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.
-