public class AuthenticationInfo extends Object
Constructor and Description |
---|
AuthenticationInfo() |
Modifier and Type | Method and Description |
---|---|
String[] |
getScopes() |
String |
getTenantDomain()
return the authenticated client tenant domain
|
int |
getTenantId() |
String |
getUsername()
returns the authenticated client username
|
boolean |
isAuthenticated()
returns whether the client is authenticated
|
void |
setAuthenticated(boolean authenticated) |
void |
setScopes(String[] scopes) |
void |
setTenantDomain(String tenantDomain) |
void |
setTenantId(int tenantId) |
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)
public int getTenantId()
public void setTenantId(int tenantId)
public String[] getScopes()
public void setScopes(String[] scopes)
Copyright © 2017 WSO2. All rights reserved.