public class OpenSecurityProvider extends java.lang.Object implements SecurityProvider
SecurityProvider implementation that allow every subject
to authenticate and grants it full access everywhere. Note, that this
implementation does not provide support for other security related features
such as e.g. user or access control management.| Constructor and Description |
|---|
OpenSecurityProvider() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getConfiguration(java.lang.Class<T> configClass)
Returns the security configuration of the specified
configClass. |
java.lang.Iterable<? extends SecurityConfiguration> |
getConfigurations()
Returns all available
SecurityConfigurations. |
ConfigurationParameters |
getParameters(java.lang.String name)
Allows to retrieve the configuration parameters associated with a
given
SecurityConfiguration
accessible by this provider. |
public ConfigurationParameters getParameters(java.lang.String name)
SecurityProviderSecurityConfiguration
accessible by this provider. If the specified name is null
the global config parameters will be returned.getParameters in interface SecurityProvidername - The name of the security
configuration.SecurityConfiguration
identified by the specified name. If the specified name is null
the global config parameters will be returned.public java.lang.Iterable<? extends SecurityConfiguration> getConfigurations()
SecurityProviderSecurityConfigurations.getConfigurations in interface SecurityProviderSecurityConfigurations.public <T> T getConfiguration(java.lang.Class<T> configClass)
SecurityProviderconfigClass.getConfiguration in interface SecurityProviderconfigClass - The class of the configuration to retrieve."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"