|
Spring Security Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.security.providers.AbstractAuthenticationToken
org.springframework.security.providers.UsernamePasswordAuthenticationToken
org.springframework.security.providers.jaas.JaasAuthenticationToken
public class JaasAuthenticationToken
UsernamePasswordAuthenticationToken extension to carry the Jaas LoginContext that the user was logged into
| Constructor Summary | |
|---|---|
JaasAuthenticationToken(Object principal,
Object credentials,
GrantedAuthority[] authorities,
LoginContext loginContext)
|
|
JaasAuthenticationToken(Object principal,
Object credentials,
LoginContext loginContext)
|
|
| Method Summary | |
|---|---|
LoginContext |
getLoginContext()
|
| Methods inherited from class org.springframework.security.providers.UsernamePasswordAuthenticationToken |
|---|
getCredentials, getPrincipal, setAuthenticated |
| Methods inherited from class org.springframework.security.providers.AbstractAuthenticationToken |
|---|
equals, getAuthorities, getDetails, getName, hashCode, isAuthenticated, setDetails, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JaasAuthenticationToken(Object principal,
Object credentials,
LoginContext loginContext)
public JaasAuthenticationToken(Object principal,
Object credentials,
GrantedAuthority[] authorities,
LoginContext loginContext)
| Method Detail |
|---|
public LoginContext getLoginContext()
|
Spring Security Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||