Interface AuthenticatorResource

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

public interface AuthenticatorResource
Author:
Endi S. Dewata
  • Method Details

    • findAuthenticators

      Response findAuthenticators(String filter, Integer start, Integer size)
    • getAuthenticator

      Response getAuthenticator(String authenticatorID)
    • addAuthenticator

      Response addAuthenticator(AuthenticatorData authenticatorData)
    • updateAuthenticator

      Response updateAuthenticator(String authenticatorID, AuthenticatorData authenticatorData)
    • changeStatus

      Response changeStatus(String authenticatorID, String action)
    • removeAuthenticator

      Response removeAuthenticator(String authenticatorID)