Class ConnectorSecurityAdminServiceImpl

  • All Implemented Interfaces:
    ConnectorConstants, ResourceConstants

    public class ConnectorSecurityAdminServiceImpl
    extends ConnectorService
    This is Security administration service. Performs funtionality of security map creation, deletion.
    Author:
    Srikanth P
    • Constructor Detail

      • ConnectorSecurityAdminServiceImpl

        public ConnectorSecurityAdminServiceImpl()
        Default constructor
    • Method Detail

      • getAuthenticationService

        public AuthenticationService getAuthenticationService​(String rarName,
                                                              PoolInfo poolInfo)
        Obtain the authentication service associated with rar module. Currently only the BasicPassword authentication is supported.
        Parameters:
        rarName - Rar module Name
        poolInfo - Name of the pool. Used for creation of BasicPasswordAuthenticationService
        Returns:
        AuthenticationService