FileDocCategorySizeDatePackage
SecurityMapConfig.javaAPI DocGlassfish v2 API3011Fri May 04 22:30:36 BST 2007com.sun.appserv.management.config

SecurityMapConfig

public interface SecurityMapConfig implements com.sun.appserv.management.base.Container, ConfigElement
Represents the <security-map> element.

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 the same backend principal.

since
Appserver 9.0

Fields Summary
public static final String
J2EE_TYPE
The j2eeType as returned by {@link com.sun.appserv.management.base.AMX#getJ2EEType}.
Constructors Summary
Methods Summary
public voidcreatePrincipal(java.lang.String name)

public voidcreateUserGroup(java.lang.String name)

public BackendPrincipalConfiggetBackendPrincipalConfig()

public java.lang.String[]getPrincipalNames()

public java.lang.String[]getUserGroupNames()

public voidremovePrincipal(java.lang.String name)

public voidremoveUserGroup(java.lang.String name)