Interface ProviderService
public interface ProviderService
- 
Method SummaryModifier and TypeMethodDescriptionReturns the instance representing the provider-specific implementation of the java.security.Policy abstract class.javax.security.jacc.PolicyConfigurationFactoryReturns the instance representing the provider-specific implementation of the javax.security.jacc.PolicyConfigurationFactory abstract class.
- 
Method Details- 
getPolicyPolicy 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.
 
- 
getPolicyConfigFactoryjavax.security.jacc.PolicyConfigurationFactory getPolicyConfigFactory()Returns the instance representing the provider-specific implementation of the javax.security.jacc.PolicyConfigurationFactory abstract class.- Returns:
- An instance which implements PolicyConfigurationFactory class.
 
 
-