Class AuthenticatorClient


  • public class AuthenticatorClient
    extends Client
    Author:
    Endi S. Dewata
    • Constructor Detail

      • AuthenticatorClient

        public AuthenticatorClient​(PKIClient client,
                                   java.lang.String subsystem)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • init

        public void init()
                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • findAuthenticators

        public AuthenticatorCollection findAuthenticators​(java.lang.String filter,
                                                          java.lang.Integer start,
                                                          java.lang.Integer size)
                                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getAuthenticator

        public AuthenticatorData getAuthenticator​(java.lang.String authenticatorID)
                                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • updateAuthenticator

        public AuthenticatorData updateAuthenticator​(java.lang.String authenticatorID,
                                                     AuthenticatorData authenticatorData)
                                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • changeAuthenticatorStatus

        public AuthenticatorData changeAuthenticatorStatus​(java.lang.String authenticatorID,
                                                           java.lang.String action)
                                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • removeAuthenticator

        public void removeAuthenticator​(java.lang.String authenticatorID)
                                 throws java.lang.Exception
        Throws:
        java.lang.Exception