public interface AuthenticationHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(String userName,
String password) |
void |
destroyContext(AgentSession agentSession) |
String |
getTenantDomain(String userName) |
int |
getTenantId(String tenantDomain) |
void |
initContext(AgentSession agentSession) |
int getTenantId(String tenantDomain) throws org.wso2.carbon.user.api.UserStoreException
org.wso2.carbon.user.api.UserStoreExceptionvoid initContext(AgentSession agentSession)
void destroyContext(AgentSession agentSession)
Copyright © 2015 WSO2. All rights reserved.