Interface IdentityActivityService


public interface IdentityActivityService
Service informs the caller of an identity's active status.
Since:
7.0.0
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    Exception that represents an error on looking up an identity's active status.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isActive(IdType type, String username, String realm)
    Informs the caller of the passed identity's active status for a given identity type.
    boolean
    isActive(String universalId)
    Informs the caller of the passed identity's active status.
    default boolean
    isActive(String username, String realm)
    Informs the caller of the passed identity's active status.