Package org.acegisecurity
Interface Authentication
- All Superinterfaces:
Principal
,Serializable
- All Known Implementing Classes:
AbstractAuthenticationToken
,AnonymousAuthenticationToken
,UsernamePasswordAuthenticationToken
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Authentication
fromSpring
(org.springframework.security.core.Authentication a) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.boolean
Deprecated.void
setAuthenticated
(boolean isAuthenticated) Deprecated.default org.springframework.security.core.Authentication
toSpring()
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