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 Authentication
public boolean isAuthenticated()
isAuthenticated
in interface Authentication
public Object getCredentials()
getCredentials
in interface Authentication
public Object getPrincipal()
getPrincipal
in interface Authentication
public Map getProperties()
getProperties
in interface Authentication
public void setProperties(Map properties)
setProperties
in interface Authentication
public Subject getSubject()
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.