Authentication
@Deprecated public interface Authentication extends Principal, Serializable
Modifier and Type | Method and Description |
---|---|
static Authentication |
fromSpring(org.springframework.security.core.Authentication a)
Deprecated.
|
GrantedAuthority[] |
getAuthorities()
Deprecated.
|
Object |
getCredentials()
Deprecated.
|
Object |
getDetails()
Deprecated.
|
Object |
getPrincipal()
Deprecated.
|
boolean |
isAuthenticated()
Deprecated.
|
void |
setAuthenticated(boolean isAuthenticated)
Deprecated.
|
default org.springframework.security.core.Authentication |
toSpring()
Deprecated.
|
GrantedAuthority[] getAuthorities()
Object getCredentials()
Object getDetails()
Object getPrincipal()
boolean isAuthenticated()
void setAuthenticated(boolean isAuthenticated) throws IllegalArgumentException
IllegalArgumentException
@NonNull static Authentication fromSpring(@NonNull org.springframework.security.core.Authentication a)
@NonNull default org.springframework.security.core.Authentication toSpring()
Copyright © 2004–2021. All rights reserved.