Uses of Class
org.forgerock.am.identity.application.IdentityActivityService.ActivityLookupException
-
Packages that use IdentityActivityService.ActivityLookupException Package Description org.forgerock.am.identity.application -
-
Uses of IdentityActivityService.ActivityLookupException in org.forgerock.am.identity.application
Methods in org.forgerock.am.identity.application that throw IdentityActivityService.ActivityLookupException Modifier and Type Method Description boolean
IdentityActivityService. isActive(IdType type, String username, String realm)
Informs the caller of the passed identity's active status for a given identity type.boolean
IdentityActivityService. isActive(String universalId)
Informs the caller of the passed identity's active status.default boolean
IdentityActivityService. isActive(String username, String realm)
Informs the caller of the passed identity's active status.
-