public interface SecurityProvider
extends org.jvnet.hk2.config.ConfigBeanProxy
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name of the security provider.
|
String |
getProviderName()
Gets the name of the security provider configuration instance.
|
List<SecurityProviderConfig> |
getSecurityProviderConfig()
Gets configuration object specific to the security provider implementation.
|
String |
getType()
Gets the type of the security provider.
|
void |
setName(String value) |
void |
setProviderName(String name) |
void |
setType(String type) |
@NotNull String getName()
void setName(String value) throws PropertyVetoException
PropertyVetoException@NotNull String getType()
void setType(String type) throws PropertyVetoException
PropertyVetoException@NotNull String getProviderName()
void setProviderName(String name) throws PropertyVetoException
PropertyVetoExceptionList<SecurityProviderConfig> getSecurityProviderConfig()
Copyright © 2013. All Rights Reserved.