public class ResourceOwnerAuthentication extends Object implements org.mule.runtime.api.security.Authentication
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceOwnerAuthentication.Builder |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCredentials() |
Object |
getPrincipal() |
Map<String,Object> |
getProperties() |
Set<String> |
getRoles() |
String |
getUsername() |
org.mule.runtime.api.security.Authentication |
setProperties(Map<String,Object> properties) |
public Object getCredentials()
getCredentials in interface org.mule.runtime.api.security.Authenticationpublic Object getPrincipal()
getPrincipal in interface org.mule.runtime.api.security.Authenticationpublic Map<String,Object> getProperties()
getProperties in interface org.mule.runtime.api.security.Authenticationpublic org.mule.runtime.api.security.Authentication setProperties(Map<String,Object> properties)
setProperties in interface org.mule.runtime.api.security.Authenticationpublic String getUsername()
Copyright © 2024 MuleSoft, Inc.. All rights reserved.