Este conteúdo não está disponível no idioma selecionado.
18.22. Certificate Log-In Module Properties
<security moduleName="CertLogin" rolesAllowed="worker"
callbackHandler="org.jboss.soa.esb.services.security.auth.loginUserPass
CallbackHandler">
<property name="alias" value="certtest"/>
</security>
| Property | Description |
|---|---|
|
moduleName
|
This identifies the JAAS Login module to use. This module will be specified in JBossAS login-config.xml.
|
|
rolesAllow
|
This is a comma-separated list of the roles that are allowed to execute this service.
|
|
alias
|
This is the alias which is used to look up the local key-store and which will be used to verify the caller's certificate.
|