public class JaasAuthentication extends Object implements Authentication
| Constructor and Description |
|---|
JaasAuthentication(Credentials credentials) |
JaasAuthentication(Object user,
Object credentials,
Subject subject) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCredentials() |
Object |
getPrincipal() |
Map |
getProperties() |
Subject |
getSubject() |
boolean |
isAuthenticated() |
void |
setAuthenticated(boolean b) |
void |
setProperties(Map properties) |
public JaasAuthentication(Credentials credentials)
public void setAuthenticated(boolean b)
setAuthenticated in interface Authenticationpublic boolean isAuthenticated()
isAuthenticated in interface Authenticationpublic Object getCredentials()
getCredentials in interface Authenticationpublic Object getPrincipal()
getPrincipal in interface Authenticationpublic Map getProperties()
getProperties in interface Authenticationpublic void setProperties(Map properties)
setProperties in interface Authenticationpublic Subject getSubject()
Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.