public interface PrincipalMap extends ConfigBeanProxy
ConfigBeanProxy.Duck| Modifier and Type | Method and Description |
|---|---|
@NotNull String |
getEisPrincipal()
Gets the value of the EISPrincipal - a Principal in the EIS
security domain that is being mapped to a Principal in the
application server's security domain.
|
@NotNull String |
getMappedPrincipal()
Gets the value of the Mapped Principal - A Principal that is
valid in the application server's security domain
|
void |
setEisPrincipal(String value)
Sets the value of the EISPrincipal - a Principal in the EIS
security domain that is being mapped to a Principal in the
application server's security domain.
|
void |
setMappedPrincipal(String value)
Sets the value of the Mapped Principal - A Principal that is
valid in the application server's security domain
|
createChild, deepCopy, getParent, getParent@NotNull @NotNull String getEisPrincipal()
Stringvoid setEisPrincipal(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@NotNull @NotNull String getMappedPrincipal()
Stringvoid setMappedPrincipal(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionCopyright © 2019. All rights reserved.