public class SpringAuthenticationAdapter extends Object implements Authentication
| Constructor and Description |
|---|
SpringAuthenticationAdapter(org.springframework.security.core.Authentication authentication) |
SpringAuthenticationAdapter(org.springframework.security.core.Authentication authentication,
Map<String,Object> properties) |
SpringAuthenticationAdapter(org.springframework.security.core.Authentication authentication,
Map<String,Object> properties,
MuleEvent event) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object another) |
org.springframework.security.core.GrantedAuthority[] |
getAuthorities() |
Object |
getCredentials() |
org.springframework.security.core.Authentication |
getDelegate() |
Object |
getDetails() |
MuleEvent |
getEvent() |
String |
getName() |
Object |
getPrincipal() |
Map<String,Object> |
getProperties() |
int |
hashCode() |
boolean |
isAuthenticated() |
void |
setAuthenticated(boolean b) |
void |
setEvent(MuleEvent muleEvent) |
void |
setProperties(Map<String,Object> properties) |
public SpringAuthenticationAdapter(org.springframework.security.core.Authentication authentication)
public SpringAuthenticationAdapter(org.springframework.security.core.Authentication authentication,
Map<String,Object> properties)
public void setAuthenticated(boolean b)
setAuthenticated in interface Authenticationpublic boolean isAuthenticated()
isAuthenticated in interface Authenticationpublic org.springframework.security.core.GrantedAuthority[] getAuthorities()
public Object getCredentials()
getCredentials in interface Authenticationpublic Object getDetails()
public Object getPrincipal()
getPrincipal in interface Authenticationpublic String getName()
public org.springframework.security.core.Authentication getDelegate()
public Map<String,Object> getProperties()
getProperties in interface Authenticationpublic void setProperties(Map<String,Object> properties)
setProperties in interface Authenticationpublic MuleEvent getEvent()
getEvent in interface Authenticationpublic void setEvent(MuleEvent muleEvent)
setEvent in interface AuthenticationCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.