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}.