Class SpringAuthenticationAdapter
java.lang.Object
org.mule.extension.spring.internal.security.SpringAuthenticationAdapter
- All Implemented Interfaces:
Serializable,org.mule.runtime.api.security.Authentication
public class SpringAuthenticationAdapter
extends Object
implements org.mule.runtime.api.security.Authentication
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSpringAuthenticationAdapter(org.springframework.security.core.Authentication authentication) SpringAuthenticationAdapter(org.springframework.security.core.Authentication authentication, Map<String, Object> properties) -
Method Summary
-
Constructor Details
-
SpringAuthenticationAdapter
public SpringAuthenticationAdapter(org.springframework.security.core.Authentication authentication) -
SpringAuthenticationAdapter
-
-
Method Details
-
getAuthorities
public org.springframework.security.core.GrantedAuthority[] getAuthorities() -
getCredentials
- Specified by:
getCredentialsin interfaceorg.mule.runtime.api.security.Authentication
-
getDetails
-
getPrincipal
- Specified by:
getPrincipalin interfaceorg.mule.runtime.api.security.Authentication
-
hashCode
public int hashCode() -
equals
-
getName
-
getDelegate
public org.springframework.security.core.Authentication getDelegate() -
getProperties
- Specified by:
getPropertiesin interfaceorg.mule.runtime.api.security.Authentication
-
setProperties
- Specified by:
setPropertiesin interfaceorg.mule.runtime.api.security.Authentication
-