public class PingFederateUserAuthenticationConverter
extends org.springframework.security.oauth2.provider.token.DefaultUserAuthenticationConverter
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
CLIENT_ID_KEY |
protected static java.lang.String |
GENIE_PREFIX |
protected static java.lang.String |
ROLE_PREFIX |
protected static java.lang.String |
SCOPE_KEY |
Constructor and Description |
---|
PingFederateUserAuthenticationConverter() |
Modifier and Type | Method and Description |
---|---|
org.springframework.security.core.Authentication |
extractAuthentication(java.util.Map<java.lang.String,?> map) |
protected static final java.lang.String CLIENT_ID_KEY
protected static final java.lang.String SCOPE_KEY
protected static final java.lang.String GENIE_PREFIX
protected static final java.lang.String ROLE_PREFIX
public PingFederateUserAuthenticationConverter()
public org.springframework.security.core.Authentication extractAuthentication(java.util.Map<java.lang.String,?> map)
extractAuthentication
in interface org.springframework.security.oauth2.provider.token.UserAuthenticationConverter
extractAuthentication
in class org.springframework.security.oauth2.provider.token.DefaultUserAuthenticationConverter