com.sun.enterprise.config.serverbeans
Interface PrincipalMap
- All Superinterfaces:
- org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable
public interface PrincipalMap
- extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
|
Method Summary |
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. |
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 |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
injectedInto |
getEisPrincipal
@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.
- Returns:
- possible object is
String
setEisPrincipal
void setEisPrincipal(String value)
throws PropertyVetoException
- 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.
- Parameters:
value - allowed object is
String
- Throws:
PropertyVetoException
getMappedPrincipal
@NotNull
String getMappedPrincipal()
- Gets the value of the Mapped Principal - A Principal that is
valid in the application server's security domain
- Returns:
- possible object is
String
setMappedPrincipal
void setMappedPrincipal(String value)
throws PropertyVetoException
- Sets the value of the Mapped Principal - A Principal that is
valid in the application server's security domain
- Parameters:
value - allowed object is
String
- Throws:
PropertyVetoException
Copyright © 2012 GlassFish Community. All Rights Reserved.