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.AbstractServerLoginModuleprotected void setIdentity(Principal identity)
protected char[] getCredential()
protected void processIdentityAndCredential()
throws LoginException
LoginExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.