public class AuthenticationResult extends Object implements Serializable
Constructor and Description |
---|
AuthenticationResult() |
AuthenticationResult(boolean authenticated,
AuthenticatedUser subject,
String authenticatedAuthenticators) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthenticatedAuthenticators() |
String |
getAuthenticatedIdPs() |
Map<String,String> |
getClaimMapping() |
AuthenticatedUser |
getSubject() |
boolean |
isAuthenticated() |
boolean |
isLoggedOut() |
boolean |
isSaaSApp() |
void |
setAuthenticated(boolean authenticated) |
void |
setAuthenticatedAuthenticators(String authenticatedAuthenticators) |
void |
setAuthenticatedIdPs(String authenticatedIdPs) |
void |
setClaimMapping(Map<String,String> claimMapping) |
void |
setLoggedOut(boolean loggedOut) |
void |
setSaaSApp(boolean isSaaSApp) |
void |
setSubject(AuthenticatedUser subject) |
public AuthenticationResult()
public AuthenticationResult(boolean authenticated, AuthenticatedUser subject, String authenticatedAuthenticators)
public boolean isAuthenticated()
public void setAuthenticated(boolean authenticated)
public AuthenticatedUser getSubject()
public void setSubject(AuthenticatedUser subject)
public String getAuthenticatedAuthenticators()
public void setAuthenticatedAuthenticators(String authenticatedAuthenticators)
public boolean isLoggedOut()
public void setLoggedOut(boolean loggedOut)
public String getAuthenticatedIdPs()
public void setAuthenticatedIdPs(String authenticatedIdPs)
public boolean isSaaSApp()
public void setSaaSApp(boolean isSaaSApp)
Copyright © 2015 WSO2. All rights reserved.