- getAuthenticationHandler(String) - Method in class org.wso2.charon.utils.DefaultCharonManager
-
Obtain the authentication handler, given the authentication mechanism.
- getAuthenticationInfo() - Method in class org.wso2.charon.utils.authentication.BasicAuthHandler
-
Once - isAuthenticated method is called on an implementation of this, AuthenticationInfo object
can be created out of the information extracted from the authentication headers passed into the
isAuthenticated method.
- getAuthenticationMechanism() - Method in class org.wso2.charon.utils.storage.TenantInfo
-
- getAuthenticationToken(AuthenticationInfo) - Method in class org.wso2.charon.utils.authentication.BasicAuthHandler
-
- getAuthenticationToken() - Method in class org.wso2.charon.utils.authentication.BasicAuthInfo
-
This is not implemented for BasicAuth.
- getAuthorizationHeader() - Method in class org.wso2.charon.utils.authentication.BasicAuthInfo
-
- getBase64EncodedBasicAuthHeader(String, String) - Method in class org.wso2.charon.utils.authentication.BasicAuthHandler
-
Get the Base64 encoded basic auth header.
- getDecoder(String) - Method in class org.wso2.charon.utils.DefaultCharonManager
-
Obtain the decoder for the given format.
- getEncoder(String) - Method in class org.wso2.charon.utils.DefaultCharonManager
-
Obtain the encoder for the given format.
- getGroup(String) - Method in class org.wso2.charon.utils.storage.InMemroyUserManager
-
****************Group manipulation operations*******************
- getGroup(String) - Method in class org.wso2.charon.utils.user.mgt.FSBasedUserManager
-
****************Group manipulation operations*******************
- getInstance() - Static method in class org.wso2.charon.utils.DefaultCharonManager
-
Should return the static instance of CharonManager implementation.
- getPassword() - Method in class org.wso2.charon.utils.authentication.BasicAuthInfo
-
- getResource(String) - Method in class org.wso2.charon.utils.user.mgt.FSBasedUserManager
-
- getTenantAdminPassword() - Method in class org.wso2.charon.utils.storage.TenantInfo
-
- getTenantAdminUserName() - Method in class org.wso2.charon.utils.storage.TenantInfo
-
- getTenantDomain(String) - Method in class org.wso2.charon.utils.storage.InMemoryTenantManager
-
Retrieve the tenant domain name given the tenant admin user name.
- getTenantDomain() - Method in class org.wso2.charon.utils.storage.TenantInfo
-
- getTenantID(String) - Method in class org.wso2.charon.utils.storage.InMemoryTenantManager
-
Retrieve the corresponding tenant given the tenant admin's username.
- getTenantInfo(int) - Method in class org.wso2.charon.utils.storage.InMemoryTenantManager
-
Get the Tenant Info, given the tenantID.
- getTenantManager() - Method in class org.wso2.charon.utils.DefaultCharonManager
-
Obtain the the instance of registered tenant manager implementation.
- getUser(String) - Method in class org.wso2.charon.utils.storage.InMemroyUserManager
-
Obtains the user given the id.
- getUser(String) - Method in class org.wso2.charon.utils.user.mgt.FSBasedUserManager
-
Obtains the user given the id.
- getUserManager(String) - Method in class org.wso2.charon.utils.DefaultCharonManager
-
Obtain the user manager, after identifying the tenantId of the tenantAdminUser
who invokes the SCIM API exposed by the service provider.
- getUserName() - Method in class org.wso2.charon.utils.authentication.BasicAuthInfo
-