public interface SecurityMap extends ConfigBeanProxy
ConfigBeanProxy.Duck| Modifier and Type | Method and Description |
|---|---|
BackendPrincipal |
getBackendPrincipal()
Gets the value of the backendPrincipal property.
|
@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") String |
getName()
Gets the value of the name property.
|
List<String> |
getPrincipal()
get the list of principals to be mapped to backend-principal
|
List<String> |
getUserGroup()
get the list of user-groups to be mapped to backend principal
|
void |
setBackendPrincipal(BackendPrincipal value)
Sets the value of the backendPrincipal property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPrincipal(List<String> principals) |
void |
setUserGroup(List<String> userGroups) |
createChild, deepCopy, getParent, getParent@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") @NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") String getName()
Stringvoid setName(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionBackendPrincipal getBackendPrincipal()
BackendPrincipalvoid setBackendPrincipal(BackendPrincipal value) throws PropertyVetoException
value - allowed object is
BackendPrincipalPropertyVetoExceptionList<String> getPrincipal()
void setPrincipal(List<String> principals) throws PropertyVetoException
PropertyVetoExceptionList<String> getUserGroup()
void setUserGroup(List<String> userGroups) throws PropertyVetoException
PropertyVetoExceptionCopyright © 2019. All rights reserved.