public abstract class CommonLoginModule
extends org.jboss.security.auth.spi.AbstractServerLoginModule
Constructor and Description |
---|
CommonLoginModule() |
Modifier and Type | Method and Description |
---|---|
protected char[] |
getCredential() |
protected Principal |
getIdentity() |
protected void |
processIdentityAndCredential()
Either retrieve existing values based on useFirstPass or use
CallBackHandler to obtain the values.
|
protected void |
setIdentity(Principal identity) |
protected Principal getIdentity()
getIdentity
in class org.jboss.security.auth.spi.AbstractServerLoginModule
protected void setIdentity(Principal identity)
protected char[] getCredential()
protected void processIdentityAndCredential() throws LoginException
LoginException
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.