Interface ClientApprovalStore<V extends ClientApproval>

    • Method Detail

      • isApproved

        boolean isApproved​(edu.uiuc.ncsa.security.core.Identifier identifier)
        Returns true if the client with the given identifier has been approved, false otherwise. Not that this returns false even in the case that there is no such client.
        Parameters:
        identifier -
        Returns:
      • getUnapprovedCount

        int getUnapprovedCount()
        Get the number of approvals that are as yet unapproved.
        Returns:
      • getPendingCount

        int getPendingCount()
      • getMapConverter

        edu.uiuc.ncsa.security.storage.data.MapConverter getMapConverter()
      • statusSearch

        List<edu.uiuc.ncsa.security.core.Identifier> statusSearch​(String status)