|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SecurityMap
Perform mapping from principal received during Servlet/EJB authentication, to credentials accepted by the EIS. This mapping is optional. It is possible to map multiple (server) principal to same backend principal
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Method Summary | |
|---|---|
BackendPrincipal |
getBackendPrincipal()
Gets the value of the backendPrincipal property. |
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)
|
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Method Detail |
|---|
@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") String getName()
String
void setName(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionBackendPrincipal getBackendPrincipal()
BackendPrincipal
void setBackendPrincipal(BackendPrincipal value)
throws PropertyVetoException
value - allowed object is
BackendPrincipal
PropertyVetoExceptionList<String> getPrincipal()
void setPrincipal(List<String> principals)
throws PropertyVetoException
PropertyVetoExceptionList<String> getUserGroup()
void setUserGroup(List<String> userGroups)
throws PropertyVetoException
PropertyVetoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||