@FunctionalInterface
public interface PrincipalExtractor
UserInfoTokenServices to extract the principal from the
resource server's response.| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
extractPrincipal(java.util.Map<java.lang.String,java.lang.Object> map)
Extract the principal that should be used for the token.
|