Uses of Class
io.mosip.authentication.core.indauth.dto.IdType
-
Packages that use IdType Package Description io.mosip.authentication.core.indauth.dto io.mosip.authentication.core.util -
-
Uses of IdType in io.mosip.authentication.core.indauth.dto
Fields in io.mosip.authentication.core.indauth.dto declared as IdType Modifier and Type Field Description static IdTypeIdType. DEFAULT_ID_TYPEValue that indicates that default id.Methods in io.mosip.authentication.core.indauth.dto that return IdType Modifier and Type Method Description static IdTypeIdType. getIDTypeOrDefault(String type)Gets the ID type or default.static IdTypeIdType. valueOf(String name)Returns the enum constant of this type with the specified name.static IdType[]IdType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.mosip.authentication.core.indauth.dto that return types with arguments of type IdType Modifier and Type Method Description static Optional<IdType>IdType. getIDType(String typeOrAlias)Look for id type or alias either "UIN" or "VID" or "USERID". -
Uses of IdType in io.mosip.authentication.core.util
Methods in io.mosip.authentication.core.util that return IdType Modifier and Type Method Description IdTypeIdTypeUtil. getIdType(String id)
-