Interface ProviderService
public interface ProviderService
-
Method Summary
Modifier and TypeMethodDescriptionReturns the instance representing the provider-specific implementation of the java.security.Policy abstract class.jakarta.security.jacc.PolicyConfigurationFactory
Returns the instance representing the provider-specific implementation of the jakarta.security.jacc.PolicyConfigurationFactory abstract class.
-
Method Details
-
getPolicy
Policy getPolicy()Returns the instance representing the provider-specific implementation of the java.security.Policy abstract class.- Returns:
- An instance which implements java.security.Policy class.
-
getPolicyConfigFactory
jakarta.security.jacc.PolicyConfigurationFactory getPolicyConfigFactory()Returns the instance representing the provider-specific implementation of the jakarta.security.jacc.PolicyConfigurationFactory abstract class.- Returns:
- An instance which implements PolicyConfigurationFactory class.
-