A C D E G I L M O P R S T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- activateTenant(int) - Method in interface org.wso2.carbon.user.api.TenantManager
-
Activates a tenant
- addAdmin - Variable in class org.wso2.carbon.user.api.RealmConfiguration
- addHiddenClaim(String) - Method in class org.wso2.carbon.user.api.ProfileConfiguration
- addInheritedClaim(String) - Method in class org.wso2.carbon.user.api.ProfileConfiguration
- addMultipleCredentialProperties(String, Map<String, String>) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- addNewClaimMapping(ClaimMapping) - Method in interface org.wso2.carbon.user.api.ClaimManager
-
Adds a new claim mapping
- addOverriddenClaim(String) - Method in class org.wso2.carbon.user.api.ProfileConfiguration
- addProfileConfig(ProfileConfiguration) - Method in interface org.wso2.carbon.user.api.ProfileConfigurationManager
-
Adds a profile configuration
- addRememberMe(String, String) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Adding a remember me token
- addReservedRoleName(String) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- addRestrictedDomainForSelfSignUp(String) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- addRole(String, String[], Permission[]) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Adds a role to the system.
- addRole(String, String[], Permission[], boolean) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Adds a role to the system.
- addTenant(Tenant) - Method in interface org.wso2.carbon.user.api.TenantManager
-
Adds a tenant to the system
- addUser(String, Object, String[], Map<String, String>, String) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Add a user to the user store
- addUser(String, Object, String[], Map<String, String>, String, boolean) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Add a user to the user store
- adminPassword - Variable in class org.wso2.carbon.user.api.RealmConfiguration
- adminRoleName - Variable in class org.wso2.carbon.user.api.RealmConfiguration
- adminUserId - Variable in class org.wso2.carbon.user.api.RealmConfiguration
- adminUserName - Variable in class org.wso2.carbon.user.api.RealmConfiguration
- associatedOrganizationUUID - Variable in class org.wso2.carbon.user.api.RealmConfiguration
- authenticate(String, Object) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Given the user name and a credential object, the implementation code must validate whether the user is authenticated.
- AuthorizationManager - Interface in org.wso2.carbon.user.api
- authorizationManagerClass - Variable in class org.wso2.carbon.user.api.RealmConfiguration
- authorizeRole(String, String, String) - Method in interface org.wso2.carbon.user.api.AuthorizationManager
-
Grants authorizes to a role to perform an action on a resource.
- authorizeUser(String, String, String) - Method in interface org.wso2.carbon.user.api.AuthorizationManager
-
Deprecated.
- authzProperties - Variable in class org.wso2.carbon.user.api.RealmConfiguration
C
- claim - Variable in class org.wso2.carbon.user.api.ClaimMapping
-
The claim object
- Claim - Class in org.wso2.carbon.user.api
-
Represents a claim that is associated with an entity usually a user.
- Claim() - Constructor for class org.wso2.carbon.user.api.Claim
- ClaimManager - Interface in org.wso2.carbon.user.api
-
This is the interface to manage claims in the system.
- ClaimMapping - Class in org.wso2.carbon.user.api
-
This class represents the claim mapping between a given claim to the actual attribute which resides in the user store.
- ClaimMapping() - Constructor for class org.wso2.carbon.user.api.ClaimMapping
- ClaimMapping(Claim, String) - Constructor for class org.wso2.carbon.user.api.ClaimMapping
- clearResourceAuthorizations(String) - Method in interface org.wso2.carbon.user.api.AuthorizationManager
-
Deletes all granted authorization on a resource.
- clearRoleActionOnAllResources(String, String) - Method in interface org.wso2.carbon.user.api.AuthorizationManager
-
Deletes the role's right to perform the action on all resources.
- clearRoleAuthorization(String) - Method in interface org.wso2.carbon.user.api.AuthorizationManager
-
Used when deleting roles.
- clearRoleAuthorization(String, String, String) - Method in interface org.wso2.carbon.user.api.AuthorizationManager
-
Deletes an already granted authorization of a role.
- clearUserAuthorization(String) - Method in interface org.wso2.carbon.user.api.AuthorizationManager
-
Deprecated.
- clearUserAuthorization(String, String, String) - Method in interface org.wso2.carbon.user.api.AuthorizationManager
-
Deprecated.
- cloneRealmConfiguration() - Method in class org.wso2.carbon.user.api.RealmConfiguration
- cloneRealmConfigurationWithoutSecondary() - Method in class org.wso2.carbon.user.api.RealmConfiguration
D
- deactivateTenant(int) - Method in interface org.wso2.carbon.user.api.TenantManager
-
De-activates a tenant
- deleteClaimMapping(ClaimMapping) - Method in interface org.wso2.carbon.user.api.ClaimManager
-
Deletes a claim mapping
- deleteProfileConfig(ProfileConfiguration) - Method in interface org.wso2.carbon.user.api.ProfileConfigurationManager
-
Deletes a profile configuration
- deleteRole(String) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Delete the role with the given role name
- deleteTenant(int) - Method in interface org.wso2.carbon.user.api.TenantManager
-
Deletes a tenant from the system
- deleteTenant(int, boolean) - Method in interface org.wso2.carbon.user.api.TenantManager
-
Deletes a tenant from the system which use to delete the cache in each worker nodes using clustered message and delete the persistence storage in management node
- deleteUser(String) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Delete the user with the given user name
- deleteUserClaimValue(String, String, String) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Delete a single user claim value
- deleteUserClaimValues(String, String[], String) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Delete many user claim values.
- denyRole(String, String, String) - Method in interface org.wso2.carbon.user.api.AuthorizationManager
-
Deny authorizations to a role to perform an action on a resource.
- denyUser(String, String, String) - Method in interface org.wso2.carbon.user.api.AuthorizationManager
-
Deprecated.
- description - Variable in class org.wso2.carbon.user.api.RealmConfiguration
E
- everyOneRoleName - Variable in class org.wso2.carbon.user.api.RealmConfiguration
G
- getAction() - Method in class org.wso2.carbon.user.api.Permission
- getAddAdmin() - Method in class org.wso2.carbon.user.api.RealmConfiguration
- getAdminFirstName() - Method in class org.wso2.carbon.user.api.Tenant
- getAdminFullName() - Method in class org.wso2.carbon.user.api.Tenant
- getAdminLastName() - Method in class org.wso2.carbon.user.api.Tenant
- getAdminName() - Method in class org.wso2.carbon.user.api.Tenant
- getAdminPassword() - Method in class org.wso2.carbon.user.api.RealmConfiguration
- getAdminPassword() - Method in class org.wso2.carbon.user.api.Tenant
- getAdminRoleName() - Method in class org.wso2.carbon.user.api.RealmConfiguration
- getAdminUserId() - Method in class org.wso2.carbon.user.api.RealmConfiguration
- getAdminUserId() - Method in class org.wso2.carbon.user.api.Tenant
- getAdminUserName() - Method in class org.wso2.carbon.user.api.RealmConfiguration
- getAdvancedProperties() - Method in class org.wso2.carbon.user.api.Properties
- getAllClaimMappings() - Method in interface org.wso2.carbon.user.api.ClaimManager
-
Gets all claim objects
- getAllClaimMappings(String) - Method in interface org.wso2.carbon.user.api.ClaimManager
-
Gets all claims in the dialect
- getAllClaimUris() - Method in interface org.wso2.carbon.user.api.ClaimManager
-
Gets all claim URIs
- getAllowedRolesForResource(String, String) - Method in interface org.wso2.carbon.user.api.AuthorizationManager
-
Retrieves a list of roles allowed to perform the given action on the resource
- getAllowedUIResourcesForRole(String, String) - Method in interface org.wso2.carbon.user.api.AuthorizationManager
-
Returns the complete set of resources allowed for Role.
- getAllowedUIResourcesForUser(String, String) - Method in interface org.wso2.carbon.user.api.AuthorizationManager
-
Returns the complete set of UI resources allowed for User.
- getAllProfileNames() - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Get all the profile names in the system
- getAllProfiles() - Method in interface org.wso2.carbon.user.api.ProfileConfigurationManager
-
Retrieves all profiles
- getAllRequiredClaimMappings() - Method in interface org.wso2.carbon.user.api.ClaimManager
-
Gets all mandatory claims
- getAllSupportClaimMappingsByDefault() - Method in interface org.wso2.carbon.user.api.ClaimManager
-
Gets all supported claims by default in the system.
- getAllTenants() - Method in interface org.wso2.carbon.user.api.TenantManager
-
Gets all tenants in the system.
- getAllTenantsForTenantDomainStr(String) - Method in interface org.wso2.carbon.user.api.TenantManager
-
Gets tenants in the system which matches the given domain String(which can be used for partial searches).
- getAssociatedOrganizationUUID() - Method in class org.wso2.carbon.user.api.RealmConfiguration
- getAssociatedOrganizationUUID() - Method in class org.wso2.carbon.user.api.Tenant
- getAttributeName(String) - Method in interface org.wso2.carbon.user.api.ClaimManager
-
Retrieves the attribute name of the claim URI.
- getAttributeName(String, String) - Method in interface org.wso2.carbon.user.api.ClaimManager
- getAuthorizationManager() - Method in interface org.wso2.carbon.user.api.UserRealm
-
Get the AuthorizationReader of the system
- getAuthorizationManagerClass() - Method in class org.wso2.carbon.user.api.RealmConfiguration
- getAuthorizationManagerProperty(String) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- getAuthorizationPropertyValue(String) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- getAuthzProperties() - Method in class org.wso2.carbon.user.api.RealmConfiguration
- getBootstrapRealm() - Method in interface org.wso2.carbon.user.api.UserRealmService
-
Get the bootstrap realm
- getBootstrapRealmConfiguration() - Method in interface org.wso2.carbon.user.api.UserRealmService
-
Get the boot strap realm configuration, this is always build from conf/user-mgt.xml
- getChildProperties() - Method in class org.wso2.carbon.user.api.Property
- getClaim() - Method in class org.wso2.carbon.user.api.ClaimMapping
- getClaim(String) - Method in interface org.wso2.carbon.user.api.ClaimManager
-
The Claim object of the claim URI
- getClaimManager() - Method in interface org.wso2.carbon.user.api.UserRealm
-
Get the ClaimManager of the system
- getClaimManager() - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Provides the handler to ClaimManager implementation.
- getClaimMapping(String) - Method in interface org.wso2.carbon.user.api.ClaimManager
-
Gets the claim mapping.
- getClaimsMap() - Method in class org.wso2.carbon.user.api.Tenant
- getClaimUri() - Method in class org.wso2.carbon.user.api.Claim
- getCreatedDate() - Method in class org.wso2.carbon.user.api.Tenant
- getDefaultUserStoreProperties() - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Get the list of properties required by the User Store Manager, with default values
- getDeniedRolesForResource(String, String) - Method in interface org.wso2.carbon.user.api.AuthorizationManager
-
Retrieves a list of roles that are not allowed to perform the given action on the resource
- getDescription() - Method in class org.wso2.carbon.user.api.Claim
- getDescription() - Method in class org.wso2.carbon.user.api.Property
- getDescription() - Method in class org.wso2.carbon.user.api.RealmConfiguration
- getDialectName() - Method in class org.wso2.carbon.user.api.ProfileConfiguration
- getDialectURI() - Method in class org.wso2.carbon.user.api.Claim
- getDisplayOrder() - Method in class org.wso2.carbon.user.api.Claim
- getDisplayTag() - Method in class org.wso2.carbon.user.api.Claim
- getDomain() - Method in class org.wso2.carbon.user.api.Tenant
- getDomain(int) - Method in interface org.wso2.carbon.user.api.TenantManager
-
Retrieves the domain given a tenant Id
- getEmail() - Method in class org.wso2.carbon.user.api.Tenant
- getErrorCode() - Method in exception org.wso2.carbon.user.api.UserStoreClientException
- getEveryOneRoleName() - Method in class org.wso2.carbon.user.api.RealmConfiguration
- getExplicitlyAllowedUsersForResource(String, String) - Method in interface org.wso2.carbon.user.api.AuthorizationManager
-
Deprecated.
- getExplicitlyDeniedUsersForResource(String, String) - Method in interface org.wso2.carbon.user.api.AuthorizationManager
-
Deprecated.
- getHiddenClaims() - Method in class org.wso2.carbon.user.api.ProfileConfiguration
- getHybridRoles() - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Gets a list of hybrid roles Hybrid role contains a set of user names in a read only user store.
- getId() - Method in class org.wso2.carbon.user.api.Tenant
- getInheritedClaims() - Method in class org.wso2.carbon.user.api.ProfileConfiguration
- getIsOverrideUsernameClaimFromInternalUsername() - Method in class org.wso2.carbon.user.api.RealmConfiguration
- getMandatoryProperties() - Method in class org.wso2.carbon.user.api.Properties
- getMappedAttribute() - Method in class org.wso2.carbon.user.api.ClaimMapping
- getMappedAttribute(String) - Method in class org.wso2.carbon.user.api.ClaimMapping
- getMappedAttributes() - Method in class org.wso2.carbon.user.api.ClaimMapping
- getMappedAttributeWithNoDomain() - Method in class org.wso2.carbon.user.api.ClaimMapping
- getMultipleCredentialProps() - Method in class org.wso2.carbon.user.api.RealmConfiguration
- getName() - Method in class org.wso2.carbon.user.api.Property
- getOptionalProperties() - Method in class org.wso2.carbon.user.api.Properties
- getOverriddenClaims() - Method in class org.wso2.carbon.user.api.ProfileConfiguration
- getPasswordExpirationTime(String) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Gets the password expiration time of a given user
- getPersistedTimestamp() - Method in class org.wso2.carbon.user.api.RealmConfiguration
- getProfileConfig(String) - Method in interface org.wso2.carbon.user.api.ProfileConfigurationManager
-
Gets the profile configuration given the profile name.
- getProfileConfigurationManager() - Method in interface org.wso2.carbon.user.api.UserRealm
-
Get the ProfileConfigurationManager of the system
- getProfileName() - Method in class org.wso2.carbon.user.api.ProfileConfiguration
- getProfileNames(String) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Get all profile names
- getProperties(Tenant) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Gets the properties of the Tenant.
- getProvisioningMethod() - Method in class org.wso2.carbon.user.api.Tenant
- getRealmClassName() - Method in class org.wso2.carbon.user.api.RealmConfiguration
- getRealmConfig() - Method in class org.wso2.carbon.user.api.Tenant
- getRealmConfiguration() - Method in interface org.wso2.carbon.user.api.UserRealm
-
Get the realm configuration
- getRealmProperties() - Method in class org.wso2.carbon.user.api.RealmConfiguration
- getRealmProperty(String) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- getRegEx() - Method in class org.wso2.carbon.user.api.Claim
- getResourceId() - Method in class org.wso2.carbon.user.api.Permission
- getRoleListOfUser(String) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Get roles of a user.
- getRoleNames() - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Get all role names
- getSecondaryRealmConfig() - Method in class org.wso2.carbon.user.api.RealmConfiguration
- getSuperTenantDomain() - Method in interface org.wso2.carbon.user.api.TenantManager
-
Checks whether the super tenant.
- getTenant(int) - Method in interface org.wso2.carbon.user.api.TenantManager
-
Gets a Tenant object
- getTenantId() - Method in interface org.wso2.carbon.user.api.AuthorizationManager
-
This will get the tenant id associated with the user authorization manager
- getTenantId() - Method in class org.wso2.carbon.user.api.RealmConfiguration
- getTenantId() - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
This will get the tenant id associated with the user store manager
- getTenantId(String) - Method in interface org.wso2.carbon.user.api.TenantManager
-
Retrieves the tenant Id given the domain
- getTenantId(String) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
This method works only if the tenant is super tenant.
- getTenantManager() - Method in interface org.wso2.carbon.user.api.UserRealmService
-
Get tenant manager
- getTenantManagerClass() - Method in class org.wso2.carbon.user.api.TenantMgtConfiguration
- getTenantMgtConfiguration() - Method in interface org.wso2.carbon.user.api.UserRealmService
-
Get tenant mgt configuration read from tenant-mgt.xml
- getTenantStoreProperties() - Method in class org.wso2.carbon.user.api.TenantMgtConfiguration
- getTenantStoreProperty(String) - Method in class org.wso2.carbon.user.api.TenantMgtConfiguration
- getTenantUniqueId() - Method in class org.wso2.carbon.user.api.RealmConfiguration
-
Get tenant unique id.
- getTenantUniqueID() - Method in class org.wso2.carbon.user.api.Tenant
- getTenantUserRealm(int) - Method in interface org.wso2.carbon.user.api.UserRealmService
-
Only returns if available in cache.
- getUserClaimValue(String, String, String) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Get user claim value in the profile.
- getUserClaimValues(String, String) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Get all claim values of the user in the profile.
- getUserClaimValues(String, String[], String) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Get user claim values in the profile.
- getUserId(String) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Deprecated.
- getUserListOfRole(String) - Method in interface org.wso2.carbon.user.api.UserStoreManager
- getUserStoreClass() - Method in class org.wso2.carbon.user.api.RealmConfiguration
- getUserStoreManager() - Method in interface org.wso2.carbon.user.api.UserRealm
-
Get the UserStoreManager of the system
- getUserStoreProperties() - Method in class org.wso2.carbon.user.api.RealmConfiguration
- getUserStoreProperty(String) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- getValue() - Method in class org.wso2.carbon.user.api.Claim
- getValue() - Method in class org.wso2.carbon.user.api.Property
I
- isActive() - Method in class org.wso2.carbon.user.api.Tenant
- isCheckedAttribute() - Method in class org.wso2.carbon.user.api.Claim
- isExistingRole(String) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Checks whether the role name is in the user store
- isExistingRole(String, boolean) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Checks whether the role name is in the user store
- isExistingUser(String) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Checks whether the user is in the user store
- isLocalUserStore() - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Get whether the userstore is a local userstore.
- isMultipleProfilesAllowed() - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
This method is to check whether multiple profiles are allowed with a particular user-store.
- isOverrideUsernameClaimFromInternalUsername - Variable in class org.wso2.carbon.user.api.RealmConfiguration
- isPasswordsExternallyManaged() - Method in class org.wso2.carbon.user.api.RealmConfiguration
- isPrimary - Variable in class org.wso2.carbon.user.api.RealmConfiguration
- isPrimary() - Method in class org.wso2.carbon.user.api.RealmConfiguration
- isReadOnly() - Method in class org.wso2.carbon.user.api.Claim
- isReadOnly() - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Checks whether this realm connects to a read only user store
- isRequired() - Method in class org.wso2.carbon.user.api.Claim
- isReservedRoleName(String) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- isRestrictedDomainForSlefSignUp(String) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- isRoleAuthorized(String, String, String) - Method in interface org.wso2.carbon.user.api.AuthorizationManager
-
Checks for role authorization.
- isSCIMEnabled() - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
To signal whether underlying user store supports SCIM attributes.
- isSupportedByDefault() - Method in class org.wso2.carbon.user.api.Claim
- isTenantActive(int) - Method in interface org.wso2.carbon.user.api.TenantManager
-
Checks whether a tenant is active
- isUserAuthorized(String, String, String) - Method in interface org.wso2.carbon.user.api.AuthorizationManager
-
Checks for user authorization.
- isValidRememberMeToken(String, String) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Checking the validity of the remember me token
L
- listUsers(String, int) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Retrieves a list of user names upto a maximum limit
M
- mappedAttribute - Variable in class org.wso2.carbon.user.api.ClaimMapping
-
The mapped attribute in the user store
- mappedAttributes - Variable in class org.wso2.carbon.user.api.ClaimMapping
- multipleCredentialProps - Variable in class org.wso2.carbon.user.api.RealmConfiguration
O
- org.wso2.carbon.user.api - package org.wso2.carbon.user.api
P
- passwordsExternallyManaged - Variable in class org.wso2.carbon.user.api.RealmConfiguration
- Permission - Class in org.wso2.carbon.user.api
- Permission(String, String) - Constructor for class org.wso2.carbon.user.api.Permission
- persistedTimestamp - Variable in class org.wso2.carbon.user.api.RealmConfiguration
- ProfileConfiguration - Class in org.wso2.carbon.user.api
-
The class managing the profile configuration.
- ProfileConfiguration() - Constructor for class org.wso2.carbon.user.api.ProfileConfiguration
- ProfileConfiguration(String, String, List<String>, List<String>, List<String>) - Constructor for class org.wso2.carbon.user.api.ProfileConfiguration
- ProfileConfiguration(String, List<String>, List<String>, List<String>) - Constructor for class org.wso2.carbon.user.api.ProfileConfiguration
- ProfileConfigurationManager - Interface in org.wso2.carbon.user.api
-
This is the interface to manage profiles in the system.
- Properties - Class in org.wso2.carbon.user.api
- Properties() - Constructor for class org.wso2.carbon.user.api.Properties
- Property - Class in org.wso2.carbon.user.api
-
Represents a property in user store manager
- Property(String, String, String, Property[]) - Constructor for class org.wso2.carbon.user.api.Property
R
- realmClassName - Variable in class org.wso2.carbon.user.api.RealmConfiguration
- RealmConfiguration - Class in org.wso2.carbon.user.api
-
The object representing the realm configuration.
- RealmConfiguration() - Constructor for class org.wso2.carbon.user.api.RealmConfiguration
- realmProperties - Variable in class org.wso2.carbon.user.api.RealmConfiguration
- refreshAllowedRolesForResource(String) - Method in interface org.wso2.carbon.user.api.AuthorizationManager
-
This method used to refresh the existing resource permissions which cached in the memory
- reservedRoleNames - Variable in class org.wso2.carbon.user.api.RealmConfiguration
- resetPermissionOnUpdateRole(String, String) - Method in interface org.wso2.carbon.user.api.AuthorizationManager
-
This will reset the permission of the renamed role
- restrictedDomainsForSelfSignUp - Variable in class org.wso2.carbon.user.api.RealmConfiguration
S
- secondaryRealmConfig - Variable in class org.wso2.carbon.user.api.RealmConfiguration
- setAction(String) - Method in class org.wso2.carbon.user.api.Permission
- setActive(boolean) - Method in class org.wso2.carbon.user.api.Tenant
- setAddAdmin(String) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- setAdminFirstName(String) - Method in class org.wso2.carbon.user.api.Tenant
- setAdminFullName(String) - Method in class org.wso2.carbon.user.api.Tenant
- setAdminLastName(String) - Method in class org.wso2.carbon.user.api.Tenant
- setAdminName(String) - Method in class org.wso2.carbon.user.api.Tenant
- setAdminPassword(String) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- setAdminPassword(String) - Method in class org.wso2.carbon.user.api.Tenant
- setAdminRoleName(String) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- setAdminUserId(String) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- setAdminUserId(String) - Method in class org.wso2.carbon.user.api.Tenant
- setAdminUserName(String) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- setAdvancedProperties(Property[]) - Method in class org.wso2.carbon.user.api.Properties
- setAssociatedOrganizationUUID(String) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- setAssociatedOrganizationUUID(String) - Method in class org.wso2.carbon.user.api.Tenant
- setAuthorizationManagerClass(String) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- setAuthzProperties(Map<String, String>) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- setBootstrapRealmConfiguration(RealmConfiguration) - Method in interface org.wso2.carbon.user.api.UserRealmService
-
Set bootstrap realm configuration
- setCheckedAttribute(boolean) - Method in class org.wso2.carbon.user.api.Claim
- setChildProperties(Property[]) - Method in class org.wso2.carbon.user.api.Property
- setClaim(Claim) - Method in class org.wso2.carbon.user.api.ClaimMapping
- setClaimsMap(Map<String, String>) - Method in class org.wso2.carbon.user.api.Tenant
- setClaimUri(String) - Method in class org.wso2.carbon.user.api.Claim
- setCreatedDate(Date) - Method in class org.wso2.carbon.user.api.Tenant
- setDescription(String) - Method in class org.wso2.carbon.user.api.Claim
- setDescription(String) - Method in class org.wso2.carbon.user.api.Property
- setDescription(String) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- setDialectName(String) - Method in class org.wso2.carbon.user.api.ProfileConfiguration
- setDialectURI(String) - Method in class org.wso2.carbon.user.api.Claim
- setDisplayOrder(int) - Method in class org.wso2.carbon.user.api.Claim
- setDisplayTag(String) - Method in class org.wso2.carbon.user.api.Claim
- setDomain(String) - Method in class org.wso2.carbon.user.api.Tenant
- setEmail(String) - Method in class org.wso2.carbon.user.api.Tenant
- setEveryOneRoleName(String) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- setHiddenClaims(List<String>) - Method in class org.wso2.carbon.user.api.ProfileConfiguration
- setId(int) - Method in class org.wso2.carbon.user.api.Tenant
- setInheritedClaims(List<String>) - Method in class org.wso2.carbon.user.api.ProfileConfiguration
- setIsOverrideUsernameClaimFromInternalUsername(String) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- setMandatoryProperties(Property[]) - Method in class org.wso2.carbon.user.api.Properties
- setMappedAttribute(String) - Method in class org.wso2.carbon.user.api.ClaimMapping
- setMappedAttribute(String, String) - Method in class org.wso2.carbon.user.api.ClaimMapping
- setMappedAttributes(Map<String, String>) - Method in class org.wso2.carbon.user.api.ClaimMapping
- setMappedAttributeWithNoDomain(String) - Method in class org.wso2.carbon.user.api.ClaimMapping
- setName(String) - Method in class org.wso2.carbon.user.api.Property
- setOptionalProperties(Property[]) - Method in class org.wso2.carbon.user.api.Properties
- setOverriddenClaims(List<String>) - Method in class org.wso2.carbon.user.api.ProfileConfiguration
- setPasswordsExternallyManaged(boolean) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- setPersistedTimestamp(Date) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- setPrimary(boolean) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- setProfileName(String) - Method in class org.wso2.carbon.user.api.ProfileConfiguration
- setProvisioningMethod(String) - Method in class org.wso2.carbon.user.api.Tenant
- setReadOnly(boolean) - Method in class org.wso2.carbon.user.api.Claim
- setRealmClassName(String) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- setRealmConfig(RealmConfiguration) - Method in class org.wso2.carbon.user.api.Tenant
- setRealmProperties(Map<String, String>) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- setRegEx(String) - Method in class org.wso2.carbon.user.api.Claim
- setRequired(boolean) - Method in class org.wso2.carbon.user.api.Claim
- setResourceId(String) - Method in class org.wso2.carbon.user.api.Permission
- setSecondaryRealmConfig(RealmConfiguration) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- setSupportedByDefault(boolean) - Method in class org.wso2.carbon.user.api.Claim
- setTenantId(int) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- setTenantManager(TenantManager) - Method in interface org.wso2.carbon.user.api.UserRealmService
- setTenantManagerClass(String) - Method in class org.wso2.carbon.user.api.TenantMgtConfiguration
- setTenantStoreProperties(Map<String, String>) - Method in class org.wso2.carbon.user.api.TenantMgtConfiguration
- setTenantUniqueId(String) - Method in class org.wso2.carbon.user.api.RealmConfiguration
-
Set the unique id of the tenant.
- setTenantUniqueID(String) - Method in class org.wso2.carbon.user.api.Tenant
- setUserClaimValue(String, String, String, String) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Set a single user claim value
- setUserClaimValues(String, Map<String, String>, String) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Set many user claim values
- setUserStoreClass(String) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- setUserStoreProperties(Map<String, String>) - Method in class org.wso2.carbon.user.api.RealmConfiguration
- setValue(String) - Method in class org.wso2.carbon.user.api.Claim
- setValue(String) - Method in class org.wso2.carbon.user.api.Property
T
- Tenant - Class in org.wso2.carbon.user.api
-
Represents a Tenant
- Tenant() - Constructor for class org.wso2.carbon.user.api.Tenant
- tenantId - Variable in class org.wso2.carbon.user.api.RealmConfiguration
- TenantManager - Interface in org.wso2.carbon.user.api
- tenantManagerClass - Variable in class org.wso2.carbon.user.api.TenantMgtConfiguration
- TenantMgtConfiguration - Class in org.wso2.carbon.user.api
-
Class that represents the tenant-mgt.xml
- TenantMgtConfiguration() - Constructor for class org.wso2.carbon.user.api.TenantMgtConfiguration
- tenantStoreProperties - Variable in class org.wso2.carbon.user.api.TenantMgtConfiguration
- tenantUniqueId - Variable in class org.wso2.carbon.user.api.RealmConfiguration
U
- updateClaimMapping(ClaimMapping) - Method in interface org.wso2.carbon.user.api.ClaimManager
-
Updates a claim mapping
- updateCredential(String, Object, Object) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Update the credential/password of the user
- updateCredentialByAdmin(String, Object) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Update credential/password by the admin of another user
- updateProfileConfig(ProfileConfiguration) - Method in interface org.wso2.carbon.user.api.ProfileConfigurationManager
-
Updates a profile configuration
- updateRoleListOfUser(String, String[], String[]) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Updates roles of a user
- updateRoleName(String, String) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Update the role name of given role
- updateTenant(Tenant) - Method in interface org.wso2.carbon.user.api.TenantManager
-
Updates a tenant in the system
- updateUserListOfRole(String, String[], String[]) - Method in interface org.wso2.carbon.user.api.UserStoreManager
-
Updates users in a Role
- UserRealm - Interface in org.wso2.carbon.user.api
-
The Realm of the WSO2 user Kernel.
- UserRealmService - Interface in org.wso2.carbon.user.api
-
This is the OSGI service that provides the entry point to the UserRealm.
- userStoreClass - Variable in class org.wso2.carbon.user.api.RealmConfiguration
- UserStoreClientException - Exception in org.wso2.carbon.user.api
-
The exception to throw when there is a client problem with the realm.
- UserStoreClientException() - Constructor for exception org.wso2.carbon.user.api.UserStoreClientException
- UserStoreClientException(String) - Constructor for exception org.wso2.carbon.user.api.UserStoreClientException
- UserStoreClientException(String, String) - Constructor for exception org.wso2.carbon.user.api.UserStoreClientException
- UserStoreClientException(String, String, Throwable) - Constructor for exception org.wso2.carbon.user.api.UserStoreClientException
- UserStoreClientException(String, Throwable) - Constructor for exception org.wso2.carbon.user.api.UserStoreClientException
- UserStoreClientException(Throwable) - Constructor for exception org.wso2.carbon.user.api.UserStoreClientException
- UserStoreException - Exception in org.wso2.carbon.user.api
-
The exception to throw when there is a problem with the realm.
- UserStoreException() - Constructor for exception org.wso2.carbon.user.api.UserStoreException
- UserStoreException(String) - Constructor for exception org.wso2.carbon.user.api.UserStoreException
- UserStoreException(String, boolean) - Constructor for exception org.wso2.carbon.user.api.UserStoreException
- UserStoreException(String, Throwable) - Constructor for exception org.wso2.carbon.user.api.UserStoreException
- UserStoreException(Throwable) - Constructor for exception org.wso2.carbon.user.api.UserStoreException
- UserStoreManager - Interface in org.wso2.carbon.user.api
-
The interface to read data from a user store.
- userStoreProperties - Variable in class org.wso2.carbon.user.api.RealmConfiguration
All Classes All Packages