public class AuthenticationInfo extends Object
Constructor and Description |
---|
AuthenticationInfo() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getProperties() |
String |
getTenantDomain()
return the authenticated client tenant domain
|
String |
getUsername()
returns the authenticated client username
|
boolean |
isAuthenticated()
returns whether the client is authenticated
|
void |
setAuthenticated(boolean authenticated) |
void |
setProperties(Map<String,Object> properties) |
void |
setTenantDomain(String tenantDomain) |
void |
setUsername(String username) |
public boolean isAuthenticated()
public void setAuthenticated(boolean authenticated)
public String getUsername()
public void setUsername(String username)
public String getTenantDomain()
public void setTenantDomain(String tenantDomain)
Copyright © 2017 WSO2. All rights reserved.