public abstract class FromMapCredentialsExtractor<C> extends Object implements SecurityCredentialsExtractor<String,C>
| Constructor and Description |
|---|
FromMapCredentialsExtractor() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract C |
get(String token) |
C |
getCredentials(String token) |
public C getCredentials(String token)
getCredentials in interface SecurityCredentialsExtractor<String,C>Copyright © 2019. All rights reserved.