Interface ProviderService
public interface ProviderService
- 
Method Summary
Modifier 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
- 
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
javax.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.
 
 
 -