UsernamePasswordLoginModule

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3747

This topic has not yet been written. The content below is from the topic description.
UsernamePasswordLoginModule The second abstract base login module suitable for custom login modules is the org.jboss.security.auth.spi.UsernamePasswordLoginModule. This login module further simplifies custom login module implementation by enforcing a string-based user name as the user identity and a char[] password as the authentication credentials. It also supports the mapping of anonymous users (indicated by a null user name and password) to a principal with no roles