public class GrantedAuthoritiesUserDetailsFederationService extends AbstractFederationUserDetailsService
| Constructor and Description |
|---|
GrantedAuthoritiesUserDetailsFederationService() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.security.core.userdetails.UserDetails |
loadUserDetails(org.apache.cxf.fediz.core.processor.FedizResponse response)
Protected template method for construct a
UserDetails
via the supplied FedizResponse |
void |
setConvertToUpperCase(boolean convertToUpperCase)
Converts the role value to uppercase value.
|
loadUserDetailspublic GrantedAuthoritiesUserDetailsFederationService()
protected org.springframework.security.core.userdetails.UserDetails loadUserDetails(org.apache.cxf.fediz.core.processor.FedizResponse response)
AbstractFederationUserDetailsServiceUserDetails
via the supplied FedizResponseloadUserDetails in class AbstractFederationUserDetailsServicepublic void setConvertToUpperCase(boolean convertToUpperCase)
convertToUpperCase - true if it should convert, false otherwise.Apache Fediz