public class ClientCredentialsAuthentication
extends org.springframework.security.authentication.AbstractAuthenticationToken
| Constructor and Description |
|---|
ClientCredentialsAuthentication(String clientId,
Collection<? extends org.springframework.security.core.GrantedAuthority> authorities) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCredentials() |
Object |
getPrincipal() |
equals, eraseCredentials, getAuthorities, getDetails, getName, hashCode, isAuthenticated, setAuthenticated, setDetails, toStringpublic ClientCredentialsAuthentication(String clientId, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.