Interface SecurityService

All Known Subinterfaces:
AuthenticationService, AuthorizationService, RoleMappingService
All Known Implementing Classes:
AuthenticationServiceImpl, AuthorizationServiceImpl, RoleMappingServiceImpl

public interface SecurityService
Base interface used by all security services.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    initialize(SecurityConfiguration securityServiceConfiguration)
    Initialize the security service instance with the specific security service configuration.
  • Method Details

    • initialize

      void initialize(SecurityConfiguration securityServiceConfiguration)
      Initialize the security service instance with the specific security service configuration.