org.springframework.security.providers.jaas
Class JaasAuthenticationToken
java.lang.Object
org.springframework.security.providers.AbstractAuthenticationToken
org.springframework.security.providers.UsernamePasswordAuthenticationToken
org.springframework.security.providers.jaas.JaasAuthenticationToken
- All Implemented Interfaces:
- Serializable, Principal, Authentication
public class JaasAuthenticationToken
- extends UsernamePasswordAuthenticationToken
UsernamePasswordAuthenticationToken extension to carry the Jaas LoginContext that the user was logged into
- Author:
- Ray Krueger
- See Also:
- Serialized Form
JaasAuthenticationToken
public JaasAuthenticationToken(Object principal,
Object credentials,
LoginContext loginContext)
JaasAuthenticationToken
public JaasAuthenticationToken(Object principal,
Object credentials,
GrantedAuthority[] authorities,
LoginContext loginContext)
getLoginContext
public LoginContext getLoginContext()
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.