public class PGPAuthentication extends Object implements Authentication
| Constructor and Description |
|---|
PGPAuthentication(String userName,
PgpMessage message) |
PGPAuthentication(String userName,
PgpMessage message,
Event event) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCredentials() |
Object |
getDetails() |
Event |
getEvent() |
Object |
getPrincipal() |
Map<String,Object> |
getProperties() |
boolean |
isAuthenticated() |
void |
setAuthenticated(boolean b) |
protected void |
setDetails(org.bouncycastle.openpgp.PGPPublicKey publicKey) |
void |
setEvent(Event muleEvent) |
void |
setProperties(Map<String,Object> properties) |
public PGPAuthentication(String userName, PgpMessage message)
public PGPAuthentication(String userName, PgpMessage message, Event event)
public void setAuthenticated(boolean b)
setAuthenticated in interface Authenticationpublic boolean isAuthenticated()
isAuthenticated in interface Authenticationpublic Object getCredentials()
getCredentials in interface Authenticationpublic Object getDetails()
protected void setDetails(org.bouncycastle.openpgp.PGPPublicKey publicKey)
public Object getPrincipal()
getPrincipal in interface Authenticationpublic Map<String,Object> getProperties()
getProperties in interface Authenticationpublic void setProperties(Map<String,Object> properties)
setProperties in interface Authenticationpublic Event getEvent()
getEvent in interface Authenticationpublic void setEvent(Event muleEvent)
setEvent in interface AuthenticationCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.