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 Authentication
public boolean isAuthenticated()
isAuthenticated
in interface Authentication
public org.springframework.security.core.GrantedAuthority[] getAuthorities()
public Object getCredentials()
getCredentials
in interface Authentication
public Object getDetails()
public Object getPrincipal()
getPrincipal
in interface Authentication
public String getName()
public org.springframework.security.core.Authentication getDelegate()
public Map<String,Object> getProperties()
getProperties
in interface Authentication
public void setProperties(Map<String,Object> properties)
setProperties
in interface Authentication
public MuleEvent getEvent()
getEvent
in interface Authentication
public void setEvent(MuleEvent muleEvent)
setEvent
in interface Authentication
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.