Package org.acegisecurity
Interface Authentication
- All Superinterfaces:
 Principal,Serializable
- All Known Implementing Classes:
 AbstractAuthenticationToken,AnonymousAuthenticationToken,UsernamePasswordAuthenticationToken
Deprecated.
- 
Method Summary
Modifier and TypeMethodDescriptionstatic AuthenticationfromSpring(org.springframework.security.core.Authentication a) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.booleanDeprecated.voidsetAuthenticated(boolean isAuthenticated) Deprecated.default org.springframework.security.core.AuthenticationtoSpring()Deprecated. 
- 
Method Details
- 
getAuthorities
GrantedAuthority[] getAuthorities()Deprecated. - 
getCredentials
Object getCredentials()Deprecated. - 
getDetails
Object getDetails()Deprecated. - 
getPrincipal
Object getPrincipal()Deprecated. - 
isAuthenticated
boolean isAuthenticated()Deprecated. - 
setAuthenticated
Deprecated.- Throws:
 IllegalArgumentException
 - 
fromSpring
@NonNull static Authentication fromSpring(@NonNull org.springframework.security.core.Authentication a) Deprecated. - 
toSpring
@NonNull default org.springframework.security.core.Authentication toSpring()Deprecated. 
 - 
 
Authentication