@Deprecated public class PreAuthenticatedGrantedAuthoritiesAuthenticationDetails extends org.springframework.security.authentication.AuthenticationDetails implements org.springframework.security.core.authority.MutableGrantedAuthoritiesContainer
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID
Deprecated.
|
| Constructor and Description |
|---|
PreAuthenticatedGrantedAuthoritiesAuthenticationDetails(Object context)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.springframework.security.core.GrantedAuthority> |
getGrantedAuthorities()
Deprecated.
|
void |
setGrantedAuthorities(Collection<? extends org.springframework.security.core.GrantedAuthority> aJ2eeBasedGrantedAuthorities)
Deprecated.
|
String |
toString()
Deprecated.
|
public static final long serialVersionUID
public PreAuthenticatedGrantedAuthoritiesAuthenticationDetails(Object context)
public List<org.springframework.security.core.GrantedAuthority> getGrantedAuthorities()
getGrantedAuthorities in interface org.springframework.security.core.authority.GrantedAuthoritiesContainerGrantedAuthoritiesContainer.getGrantedAuthorities()public void setGrantedAuthorities(Collection<? extends org.springframework.security.core.GrantedAuthority> aJ2eeBasedGrantedAuthorities)
setGrantedAuthorities in interface org.springframework.security.core.authority.MutableGrantedAuthoritiesContainerMutableGrantedAuthoritiesContainer.setGrantedAuthorities(Collection)public String toString()
toString in class org.springframework.security.authentication.AuthenticationDetails