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 TypeMethodDescriptionvoidinitialize(SecurityConfiguration securityServiceConfiguration) Initialize the security service instance with the specific security service configuration.
-
Method Details
-
initialize
Initialize the security service instance with the specific security service configuration.
-