public interface SecurityProvider extends ConfigBeanProxy
ConfigBeanProxy.Duck| Modifier and Type | Method and Description |
|---|---|
@NotNull String |
getName()
Gets the name of the security provider.
|
@NotNull String |
getProviderName()
Gets the name of the security provider configuration instance.
|
List<SecurityProviderConfig> |
getSecurityProviderConfig()
Gets configuration object specific to the security provider implementation.
|
@NotNull String |
getType()
Gets the type of the security provider.
|
void |
setName(String value) |
void |
setProviderName(String name) |
void |
setType(String type) |
createChild, deepCopy, getParent, getParent@NotNull @NotNull String getName()
void setName(String value) throws PropertyVetoException
PropertyVetoException@NotNull @NotNull String getType()
void setType(String type) throws PropertyVetoException
PropertyVetoException@NotNull @NotNull String getProviderName()
void setProviderName(String name) throws PropertyVetoException
PropertyVetoExceptionList<SecurityProviderConfig> getSecurityProviderConfig()
Copyright © 2019. All rights reserved.