public interface SecurityConfiguration
extends org.jvnet.hk2.config.ConfigBeanProxy
| Modifier and Type | Interface and Description |
|---|---|
static class |
SecurityConfiguration.Duck |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDefault()
Determine if this is the default instance.
|
String |
getName()
Gets the name of the security service instance.
|
SecurityProvider |
getSecurityProviderByName(String name)
Gets a named security provider.
|
List<SecurityProvider> |
getSecurityProviders()
Gets the list of the security provider plugins used by the security service.
|
void |
setDefault(boolean defaultValue) |
void |
setName(String value) |
@NotNull String getName()
void setName(String value) throws PropertyVetoException
PropertyVetoExceptionboolean getDefault()
void setDefault(boolean defaultValue)
throws PropertyVetoException
PropertyVetoExceptionList<SecurityProvider> getSecurityProviders()
@DuckTyped SecurityProvider getSecurityProviderByName(String name)
Copyright © 2013. All Rights Reserved.