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