org.eclipse.modisco.jee.webapp.webapp24
Interface AuthMethodType
- All Superinterfaces:
- String
public interface AuthMethodType
- extends String
A representation of the model object 'Auth Method Type'.
The auth-methodType is used to configure the authentication
mechanism for the web application. As a prerequisite to
gaining access to any web resources which are protected by
an authorization constraint, a user must have authenticated
using the configured mechanism. Legal values are "BASIC",
"DIGEST", "FORM", "CLIENT-CERT", or a vendor-specific
authentication scheme.
Used in: login-config
- See Also:
Webapp24Package.getAuthMethodType()
- Generated:
- Model:
- extendedMetaData="name='auth-methodType' kind='simple'"