- accessTokenValidity - Variable in class org.genesys.blocks.oauth.model.QOAuthClient
-
- accountExpires - Variable in class org.genesys.blocks.security.model.QBasicUser
-
- accountLocked - Variable in class org.genesys.blocks.security.model.QBasicUser
-
- accountLockountManager() - Method in class org.genesys.blocks.security.lockout.AccountLockoutConfig
-
Account lockount manager.
- AccountLockoutConfig - Class in org.genesys.blocks.security.lockout
-
The Class AccountLockoutConfig.
- AccountLockoutConfig() - Constructor for class org.genesys.blocks.security.lockout.AccountLockoutConfig
-
- AccountLockoutManager - Class in org.genesys.blocks.security.lockout
-
- AccountLockoutManager() - Constructor for class org.genesys.blocks.security.lockout.AccountLockoutManager
-
- AccountLockoutManager.AttemptStatistics - Class in org.genesys.blocks.security.lockout
-
The Class AttemptStatistics.
- accountNonExpired - Variable in class org.genesys.blocks.security.model.QBasicUser
-
- accountNonLocked - Variable in class org.genesys.blocks.security.model.QBasicUser
-
- accountType - Variable in class org.genesys.blocks.security.model.QBasicUser
-
- aceOrder - Variable in class org.genesys.blocks.security.model.QAclEntry
-
- AclAssignerAspect - Class in org.genesys.blocks.security.component
-
Using aspects to generate default ACL permissions when entities are persisted
and remove permissions on delete.
- AclAssignerAspect() - Constructor for class org.genesys.blocks.security.component.AclAssignerAspect
-
Instantiates a new acl assigner aspect.
- AclAwareModel - Interface in org.genesys.blocks.security.model
-
Interface label for entities that require ACL security.
- AclClass - Class in org.genesys.blocks.security.model
-
ACL Class provides a unique identifier for ACL-aware entity types.
- AclClass() - Constructor for class org.genesys.blocks.security.model.AclClass
-
- aclClass - Variable in class org.genesys.blocks.security.model.QAclClass
-
- aclClass - Variable in class org.genesys.blocks.security.model.QAclObjectIdentity
-
- aclClass1 - Static variable in class org.genesys.blocks.security.model.QAclClass
-
- AclClassPersistence - Interface in org.genesys.blocks.security.persistence
-
The Interface AclClassPersistence.
- aclEntries - Variable in class org.genesys.blocks.oauth.model.QOAuthClient
-
- aclEntries - Variable in class org.genesys.blocks.security.model.QAclObjectIdentity
-
- aclEntries - Variable in class org.genesys.blocks.security.model.QAclSid
-
- aclEntries - Variable in class org.genesys.blocks.security.model.QBasicUser
-
- AclEntriesToPermissions - Class in org.genesys.blocks.security.serialization
-
- AclEntriesToPermissions() - Constructor for class org.genesys.blocks.security.serialization.AclEntriesToPermissions
-
- AclEntry - Class in org.genesys.blocks.security.model
-
- AclEntry() - Constructor for class org.genesys.blocks.security.model.AclEntry
-
- aclEntry - Static variable in class org.genesys.blocks.security.model.QAclEntry
-
- AclEntryPersistence - Interface in org.genesys.blocks.security.persistence
-
The Interface AclEntryPersistence.
- aclEntryRepository - Variable in class org.genesys.blocks.security.service.impl.BasicUserServiceImpl
-
The acl entry repository.
- AclObjectIdentity - Class in org.genesys.blocks.security.model
-
ACL Object Identity represents a specific ACL-aware entity (combination of
AclClass and {#link objectIdIdentity}).
- AclObjectIdentity() - Constructor for class org.genesys.blocks.security.model.AclObjectIdentity
-
- aclObjectIdentity - Variable in class org.genesys.blocks.security.model.QAclEntry
-
- aclObjectIdentity - Static variable in class org.genesys.blocks.security.model.QAclObjectIdentity
-
- AclObjectIdentityExt(AclObjectIdentity) - Constructor for class org.genesys.blocks.security.service.CustomAclService.AclObjectIdentityExt
-
Instantiates a new acl object identity ext.
- AclObjectIdentityPersistence - Interface in org.genesys.blocks.security.persistence
-
The Interface AclObjectIdentityPersistence.
- aclParentObject() - Method in interface org.genesys.blocks.security.model.AclAwareModel
-
Objects belonging to a parent entity can override this method.
- aclParentObjectIdentity() - Method in interface org.genesys.blocks.security.model.AclAwareModel
-
A custom, persisted parent AclObjectIdentity reference.
- AclSid - Class in org.genesys.blocks.security.model
-
ACL SID uniquely identifies any principal or authority in the system ("SID"
stands for "security identity").
- AclSid() - Constructor for class org.genesys.blocks.security.model.AclSid
-
- aclSid - Variable in class org.genesys.blocks.security.model.QAclEntry
-
- aclSid - Static variable in class org.genesys.blocks.security.model.QAclSid
-
- aclSid(AclSid) - Method in class org.genesys.blocks.security.serialization.SidPermissions
-
Set ACL SID.
- AclSidPersistence - Interface in org.genesys.blocks.security.persistence
-
The Interface AclSidPersistence.
- active - Variable in class org.genesys.blocks.oauth.model.QOAuthClient
-
- active - Variable in class org.genesys.blocks.security.model.QAclSid
-
- active - Variable in class org.genesys.blocks.security.model.QBasicUser
-
- addClient(OAuthClient) - Method in interface org.genesys.blocks.oauth.service.OAuthClientDetailsService
-
Register a new OAuth client.
- addClient(OAuthClient) - Method in class org.genesys.blocks.oauth.service.OAuthServiceImpl
-
- afterDeleteAclObject(JoinPoint) - Method in class org.genesys.blocks.security.component.AclAssignerAspect
-
Remove permissions on delete.
- afterPropertiesSet() - Method in class org.genesys.blocks.oauth.util.AppBlocksInitializer
-
- afterPropertiesSet() - Method in class org.genesys.blocks.security.service.impl.BasicUserServiceImpl
-
- afterSaveAclObject(Object) - Method in class org.genesys.blocks.security.component.AclAssignerAspect
-
Ensure owner permissions on persist or update
- anyoneHasPermission(Object, Object) - Static method in class org.genesys.blocks.security.SecurityContextUtil
-
Check if ROLE_EVERYONE has permission on target object.
- AppBlocksInitializer - Class in org.genesys.blocks.oauth.util
-
App Blocks utility with handy updates :-).
- AppBlocksInitializer() - Constructor for class org.genesys.blocks.oauth.util.AppBlocksInitializer
-
- apply(OAuthClient) - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
- assureGoodPassword(String) - Method in class org.genesys.blocks.security.service.impl.BasicUserServiceImpl
-
Test if password passes the password policy (if set).
- assureGoodPassword(String) - Method in class org.genesys.blocks.security.service.impl.SimplePasswordPolicy
-
Check that password follows defined policy.
- assureGoodPassword(String) - Method in interface org.genesys.blocks.security.service.PasswordPolicy
-
Check that password meets policy requirements.
- AttemptStatistics() - Constructor for class org.genesys.blocks.security.lockout.AccountLockoutManager.AttemptStatistics
-
- auditFailure - Variable in class org.genesys.blocks.security.model.QAclEntry
-
- auditSuccess - Variable in class org.genesys.blocks.security.model.QAclEntry
-
- AuthenticationFailureBadCredentialsListener - Class in org.genesys.blocks.security.lockout
-
- AuthenticationFailureBadCredentialsListener() - Constructor for class org.genesys.blocks.security.lockout.AuthenticationFailureBadCredentialsListener
-
- authenticationFailureListener() - Method in class org.genesys.blocks.security.lockout.AccountLockoutConfig
-
Authentication failure listener.
- authenticationSuccessListener() - Method in class org.genesys.blocks.security.lockout.AccountLockoutConfig
-
Authentication success listener.
- AuthenticationSuccessListener - Class in org.genesys.blocks.security.lockout
-
- AuthenticationSuccessListener() - Constructor for class org.genesys.blocks.security.lockout.AuthenticationSuccessListener
-
- autoApprove - Variable in class org.genesys.blocks.oauth.model.QOAuthClient
-
- autoApproveScope - Variable in class org.genesys.blocks.oauth.model.QOAuthClient
-
- autocompleteClients(String, int) - Method in interface org.genesys.blocks.oauth.service.OAuthClientDetailsService
-
Autocomplete OAuth clients by title.
- autocompleteClients(String, int) - Method in class org.genesys.blocks.oauth.service.OAuthServiceImpl
-
- getAccessTokenValidity() - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Gets the access token validity.
- getAccessTokenValiditySeconds() - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
- getAccountExpires() - Method in class org.genesys.blocks.security.model.BasicUser
-
Gets the account expires.
- getAccountType() - Method in class org.genesys.blocks.security.model.BasicUser
-
Gets the account type.
- getAceOrder() - Method in class org.genesys.blocks.security.model.AclEntry
-
Gets the ace order.
- getAclClass() - Method in class org.genesys.blocks.security.model.AclClass
-
Gets the acl class.
- getAclClass() - Method in class org.genesys.blocks.security.model.AclObjectIdentity
-
Gets the acl class.
- getAclEntries() - Method in class org.genesys.blocks.security.model.AclObjectIdentity
-
Gets the acl entries.
- getAclEntries() - Method in class org.genesys.blocks.security.model.AclSid
-
Gets the acl entries.
- getAclEntries(AclObjectIdentity) - Method in interface org.genesys.blocks.security.service.CustomAclService
-
Gets the acl entries.
- getAclEntries(AclAwareModel) - Method in interface org.genesys.blocks.security.service.CustomAclService
-
Gets the acl entries.
- getAclEntries(AclObjectIdentity) - Method in class org.genesys.blocks.security.service.impl.CustomAclServiceImpl
-
- getAclEntries(AclAwareModel) - Method in class org.genesys.blocks.security.service.impl.CustomAclServiceImpl
-
- getAclObjectIdentity() - Method in class org.genesys.blocks.security.model.AclEntry
-
Gets the acl object identity.
- getAclSid() - Method in class org.genesys.blocks.security.model.AclEntry
-
Gets the acl sid.
- getAdditionalInformation() - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
- getAllowedOrigins() - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
- getAuthorities() - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
- getAuthorities() - Method in class org.genesys.blocks.security.model.BasicUser
-
- getAuthority() - Method in enum org.genesys.blocks.oauth.model.OAuthRole
-
GrantedAuthorities start with ROLE_.
- getAuthoritySid(String) - Method in interface org.genesys.blocks.security.service.CustomAclService
-
Gets the sid for the specified authority.
- getAuthoritySid(String) - Method in class org.genesys.blocks.security.service.impl.CustomAclServiceImpl
-
- getAuthorizedGrantTypes() - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
- getAutoApprove() - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Gets the auto approve.
- getAutoApproveScope() - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Gets the auto approve scope.
- getAutoApproveScopes() - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Gets the auto approve scopes.
- getAvailablePermissions(String) - Method in interface org.genesys.blocks.security.service.CustomAclService
-
Gets the available permissions.
- getAvailablePermissions(String) - Method in class org.genesys.blocks.security.service.impl.CustomAclServiceImpl
-
- getClassName() - Method in class org.genesys.blocks.util.ClassAclOid
-
Gets the class name.
- getClazz() - Method in class org.genesys.blocks.util.ClassAclOid
-
Gets the clazz.
- getClient(String) - Method in interface org.genesys.blocks.oauth.service.OAuthClientDetailsService
-
Gets the client.
- getClient(String) - Method in class org.genesys.blocks.oauth.service.OAuthServiceImpl
-
- getClientId() - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
- getClientSecret() - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
- getContext() - Static method in class org.genesys.blocks.util.CurrentApplicationContext
-
Note that this is a static method which expose ApplicationContext.
- getCurrentAuditor() - Method in class org.genesys.blocks.security.SpringSecurityAuditorAware
-
- getCurrentUser() - Static method in class org.genesys.blocks.security.SecurityContextUtil
-
Gets the current principal (User or OAuthClient).
- getDefaultUserRoles() - Method in interface org.genesys.blocks.security.service.BasicUserService
-
Get default roles assigned to users.
- getDefaultUserRoles() - Method in class org.genesys.blocks.security.service.impl.BasicUserServiceImpl
-
- getDescription() - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Gets the description.
- getEmail() - Method in class org.genesys.blocks.security.model.BasicUser
-
Gets the email.
- getEmail() - Method in exception org.genesys.blocks.security.NotUniqueUserException
-
Gets the email.
- getFullName() - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
- getFullName() - Method in class org.genesys.blocks.security.model.AclSid
-
Subclasses should override this method and return a sensible display name for
the SID.
- getFullName() - Method in class org.genesys.blocks.security.model.BasicUser
-
Gets the full name.
- getGrants() - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Gets the grants.
- getId() - Method in class org.genesys.blocks.util.ClassAclOid
-
- getInputType(TypeFactory) - Method in class org.genesys.blocks.security.serialization.AclEntriesToPermissions
-
- getLastLogin() - Method in class org.genesys.blocks.security.model.BasicUser
-
Gets the last login.
- getLockedUntil() - Method in class org.genesys.blocks.security.model.BasicUser
-
Gets the locked until.
- getMask() - Method in class org.genesys.blocks.security.model.AclEntry
-
Gets the mask.
- getMaxAceOrderForObjectEntity(long) - Method in interface org.genesys.blocks.security.persistence.AclEntryPersistence
-
Calculates max.
- getMe() - Static method in class org.genesys.blocks.security.SecurityContextUtil
-
Gets the me.
- getModelId() - Method in exception org.genesys.blocks.security.NoUserFoundException
-
Gets the model id.
- getOAuthClientId() - Static method in class org.genesys.blocks.security.SecurityContextUtil
-
Gets the OAuth Client ID of the current authentication object.
- getObjectIdentities() - Method in class org.genesys.blocks.security.model.AclSid
-
Gets the object identities.
- getObjectIdentity(long) - Method in interface org.genesys.blocks.security.service.CustomAclService
-
Get object identity by internal id.
- getObjectIdentity(long, String) - Method in interface org.genesys.blocks.security.service.CustomAclService
-
Gets the object identity for object of type className with specified id.
- getObjectIdentity(AclAwareModel) - Method in interface org.genesys.blocks.security.service.CustomAclService
-
Gets the object identity of the entity.
- getObjectIdentity(long) - Method in class org.genesys.blocks.security.service.impl.CustomAclServiceImpl
-
- getObjectIdentity(long, String) - Method in class org.genesys.blocks.security.service.impl.CustomAclServiceImpl
-
- getObjectIdentity(AclAwareModel) - Method in class org.genesys.blocks.security.service.impl.CustomAclServiceImpl
-
- getObjectIdIdentity() - Method in class org.genesys.blocks.security.model.AclObjectIdentity
-
Gets the object id identity.
- getOrigins() - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
- getOutputType(TypeFactory) - Method in class org.genesys.blocks.security.serialization.AclEntriesToPermissions
-
- getOwnerSid() - Method in class org.genesys.blocks.security.model.AclObjectIdentity
-
Gets the owner sid.
- getParentObject() - Method in class org.genesys.blocks.security.model.AclObjectIdentity
-
Gets the parent object.
- getPassword() - Method in class org.genesys.blocks.security.model.BasicUser
-
- getPasswordExpires() - Method in class org.genesys.blocks.security.model.BasicUser
-
Gets the password expires.
- getPermissions(long, String) - Method in interface org.genesys.blocks.security.service.CustomAclService
-
Gets the permissions.
- getPermissions(AclAwareModel) - Method in interface org.genesys.blocks.security.service.CustomAclService
-
Gets the permissions.
- getPermissions(long, String) - Method in class org.genesys.blocks.security.service.impl.CustomAclServiceImpl
-
- getPermissions(AclAwareModel) - Method in class org.genesys.blocks.security.service.impl.CustomAclServiceImpl
-
- getPrivateRecaptchaKey() - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
- getPublicRecaptchaKey() - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
- getRedirect() - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Gets the redirect.
- getRefreshTokenValidity() - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Gets the refresh token validity.
- getRefreshTokenValiditySeconds() - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
- getRegisteredRedirectUri() - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
- getResource() - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Gets the resource.
- getResourceIds() - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
- getRoles() - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Gets the roles.
- getRoles() - Method in class org.genesys.blocks.security.model.BasicUser
-
Gets the roles.
- getRuntimeAuthorities(T) - Method in class org.genesys.blocks.security.service.impl.BasicUserServiceImpl
-
Allow the application to register additional authorities.
- getScope() - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
- getShortName() - Method in class org.genesys.blocks.security.model.BasicUser
-
Gets the short name.
- getSid() - Method in class org.genesys.blocks.security.model.AclSid
-
Gets the sid.
- getSid() - Method in class org.genesys.blocks.security.serialization.SidPermissions
-
Get SID.
- getSid(Long) - Method in interface org.genesys.blocks.security.service.CustomAclService
-
Get SID by ID.
- getSid(Long) - Method in class org.genesys.blocks.security.service.impl.CustomAclServiceImpl
-
- getSidId(String) - Method in interface org.genesys.blocks.security.persistence.AclSidPersistence
-
Gets the sid id.
- getSidId(String) - Method in interface org.genesys.blocks.security.service.CustomAclService
-
Gets the sid id.
- getSidId(String) - Method in class org.genesys.blocks.security.service.impl.CustomAclServiceImpl
-
- getSidName(long) - Method in interface org.genesys.blocks.security.service.CustomAclService
-
Gets the sid name.
- getSidName(long) - Method in class org.genesys.blocks.security.service.impl.CustomAclServiceImpl
-
- getSids(AclObjectIdentity) - Method in interface org.genesys.blocks.security.persistence.AclEntryPersistence
-
Gets the sids.
- getSids(long, String) - Method in interface org.genesys.blocks.security.service.CustomAclService
-
Gets the sids.
- getSids(AclAwareModel) - Method in interface org.genesys.blocks.security.service.CustomAclService
-
Gets the sids.
- getSids(long, String) - Method in class org.genesys.blocks.security.service.impl.CustomAclServiceImpl
-
- getSids(AclAwareModel) - Method in class org.genesys.blocks.security.service.impl.CustomAclServiceImpl
-
- getTitle() - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Gets the title.
- getUser(long) - Method in interface org.genesys.blocks.security.service.BasicUserService
-
Get User by id.
- getUser(long) - Method in class org.genesys.blocks.security.service.impl.BasicUserServiceImpl
-
- getUserByEmail(String) - Method in interface org.genesys.blocks.security.service.BasicUserService
-
Get User by email.
- getUsername() - Method in class org.genesys.blocks.security.model.BasicUser
-
BasicUser.getUsername() must return the name used by UserDetailService in the
UserDetailsService.loadUserByUsername(String)
- getUsername() - Static method in class org.genesys.blocks.security.SecurityContextUtil
-
Gets the username.
- getUserRepository() - Method in class org.genesys.blocks.security.service.impl.BasicUserServiceImpl
-
Gets the user repository.
- getUuid() - Method in class org.genesys.blocks.security.model.BasicUser
-
Gets the uuid.
- grantAll() - Method in class org.genesys.blocks.security.serialization.Permissions
-
Grant all.
- granting - Variable in class org.genesys.blocks.security.model.QAclEntry
-
- grantNone() - Method in class org.genesys.blocks.security.serialization.Permissions
-
Grant none.
- grants - Variable in class org.genesys.blocks.oauth.model.QOAuthClient
-
- scope - Variable in class org.genesys.blocks.oauth.model.QOAuthClient
-
- SecurityContextUtil - Class in org.genesys.blocks.security
-
The Class SecurityContextUtil.
- SecurityContextUtil() - Constructor for class org.genesys.blocks.security.SecurityContextUtil
-
- setAccessTokenValidity(Integer) - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Sets the access token validity.
- setAccountExpires(Date) - Method in class org.genesys.blocks.security.model.BasicUser
-
Sets the account expires.
- setAccountLock(long, boolean) - Method in interface org.genesys.blocks.security.service.BasicUserService
-
Sets the account lock.
- setAccountLock(long, boolean) - Method in class org.genesys.blocks.security.service.impl.BasicUserServiceImpl
-
- setAccountLockLocal(long, boolean) - Method in interface org.genesys.blocks.security.service.BasicUserService
-
Lock user account.
- setAccountLockLocal(long, boolean) - Method in class org.genesys.blocks.security.service.impl.BasicUserServiceImpl
-
For internal use only.
- setAccountLockoutTime(long) - Method in class org.genesys.blocks.security.service.impl.BasicUserServiceImpl
-
Sets the account lockout time.
- setAccountType(BasicUser.AccountType) - Method in class org.genesys.blocks.security.model.BasicUser
-
Sets the account type.
- setAccountType(T, BasicUser.AccountType) - Method in interface org.genesys.blocks.security.service.BasicUserService
-
Sets the account type.
- setAccountType(T, BasicUser.AccountType) - Method in class org.genesys.blocks.security.service.impl.BasicUserServiceImpl
-
- setAceOrder(long) - Method in class org.genesys.blocks.security.model.AclEntry
-
Sets the ace order.
- setAclClass(String) - Method in class org.genesys.blocks.security.model.AclClass
-
Sets the acl class.
- setAclClass(AclClass) - Method in class org.genesys.blocks.security.model.AclObjectIdentity
-
Sets the acl class.
- setAclEntries(List<AclEntry>) - Method in class org.genesys.blocks.security.model.AclObjectIdentity
-
Sets the acl entries.
- setAclEntries(List<AclEntry>) - Method in class org.genesys.blocks.security.model.AclSid
-
Sets the acl entries.
- setAclObjectIdentity(AclObjectIdentity) - Method in class org.genesys.blocks.security.model.AclEntry
-
Sets the acl object identity.
- setAclParent(AclAwareModel, AclAwareModel) - Method in interface org.genesys.blocks.security.service.CustomAclService
-
Set ACL parent object for inherited permissions.
- setAclParent(AclAwareModel, AclAwareModel) - Method in class org.genesys.blocks.security.service.impl.CustomAclServiceImpl
-
- setAclSid(AclSid) - Method in class org.genesys.blocks.security.model.AclEntry
-
Sets the acl sid.
- setAdditionalInformation(Map<String, Object>) - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Sets the additional information.
- setAllowedOrigins(Set<String>) - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
- setApplicationContext(ApplicationContext) - Method in class org.genesys.blocks.util.CurrentApplicationContext
-
- setAuditFailure(boolean) - Method in class org.genesys.blocks.security.model.AclEntry
-
Sets the audit failure.
- setAuditSuccess(boolean) - Method in class org.genesys.blocks.security.model.AclEntry
-
Sets the audit success.
- setAutoApprove(boolean) - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Sets the auto approve.
- setAutoApproveScope(String) - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Sets the auto approve scope.
- setAutoApproveScopes(Set<String>) - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Sets the auto approve scopes.
- setClientId(String) - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Sets the client id.
- setClientSecret(String) - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Sets the client secret.
- setClientSecret(long, String) - Method in interface org.genesys.blocks.oauth.persistence.OAuthClientRepository
-
Sets the client secret.
- setDescription(String) - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Sets the description.
- setEmail(String) - Method in class org.genesys.blocks.security.model.BasicUser
-
Sets the email.
- setEntriesInheriting(boolean) - Method in class org.genesys.blocks.security.model.AclObjectIdentity
-
Sets the entries inheriting.
- setFullName(String) - Method in class org.genesys.blocks.security.model.BasicUser
-
Sets the full name.
- setGranting(boolean) - Method in class org.genesys.blocks.security.model.AclEntry
-
Sets the granting.
- setGrants(String) - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Sets the grants.
- setGrantTypes(Set<String>) - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Sets the grant types.
- setLastLogin(Date) - Method in class org.genesys.blocks.security.model.BasicUser
-
Sets the last login.
- setLockAfterXFailures(int) - Method in class org.genesys.blocks.security.lockout.AccountLockoutManager
-
Set number of successive failed login attempts that result in account
lockout.
- setLockedUntil(Date) - Method in class org.genesys.blocks.security.model.BasicUser
-
Sets the locked until.
- setLockoutTime(int) - Method in class org.genesys.blocks.security.lockout.AccountLockoutManager
-
Set account lockout time.
- setMask(int) - Method in class org.genesys.blocks.security.model.AclEntry
-
Sets the mask.
- setObjectIdentities(List<AclObjectIdentity>) - Method in class org.genesys.blocks.security.model.AclSid
-
Sets the object identities.
- setObjectIdIdentity(long) - Method in class org.genesys.blocks.security.model.AclObjectIdentity
-
Sets the object id identity.
- setOrigins(String) - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
- setOwnerSid(AclSid) - Method in class org.genesys.blocks.security.model.AclObjectIdentity
-
Sets the owner sid.
- setParentObject(AclObjectIdentity) - Method in class org.genesys.blocks.security.model.AclObjectIdentity
-
Sets the parent object.
- setPassword(String) - Method in class org.genesys.blocks.security.model.BasicUser
-
Sets the password.
- setPassword(T, String) - Method in class org.genesys.blocks.security.service.impl.BasicUserServiceImpl
-
Sets the password.
- setPasswordExpires(Date) - Method in class org.genesys.blocks.security.model.BasicUser
-
Sets the password expires.
- setPermissions(AclAwareModel, AclSid, Permissions) - Method in interface org.genesys.blocks.security.service.CustomAclService
-
Update permissions.
- setPermissions(AclObjectIdentity, AclSid, Permissions) - Method in interface org.genesys.blocks.security.service.CustomAclService
-
Update permissions.
- setPermissions(AclAwareModel, AclSid, Permissions) - Method in class org.genesys.blocks.security.service.impl.CustomAclServiceImpl
-
- setPermissions(AclObjectIdentity, AclSid, Permissions) - Method in class org.genesys.blocks.security.service.impl.CustomAclServiceImpl
-
- setPrincipal(boolean) - Method in class org.genesys.blocks.security.model.AclSid
-
Sets the principal.
- setPrivateRecaptchaKey(String) - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
- setPublicRecaptchaKey(String) - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
- setRedirect(String) - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Sets the redirect.
- setRedirectUris(Set<String>) - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Sets the redirect uris.
- setRefreshTokenValidity(Integer) - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Sets the refresh token validity.
- setResource(String) - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Sets the resource.
- setResourceIds(Set<String>) - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Sets the resource ids.
- setRoles(Set<OAuthRole>) - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Sets the roles.
- setRoles(Set<R>) - Method in class org.genesys.blocks.security.model.BasicUser
-
Sets the roles.
- setRoles(T, Set<R>) - Method in interface org.genesys.blocks.security.service.BasicUserService
-
Grant specified roles to user.
- setRoles(T, Set<R>) - Method in class org.genesys.blocks.security.service.impl.BasicUserServiceImpl
-
- setRuntimeAuthorities(Set<String>) - Method in class org.genesys.blocks.security.model.BasicUser
-
Set additional authorities at runtime.
- setScope(String) - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Sets the scope.
- setScopes(Set<String>) - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Sets the scopes.
- setShortName(String) - Method in class org.genesys.blocks.security.model.BasicUser
-
Sets the short name.
- setSid(String) - Method in class org.genesys.blocks.security.model.AclSid
-
Sets the sid.
- setTitle(String) - Method in class org.genesys.blocks.oauth.model.OAuthClient
-
Sets the title.
- setUuid(String) - Method in class org.genesys.blocks.security.model.BasicUser
-
Sets the uuid.
- shortName - Variable in class org.genesys.blocks.security.model.QBasicUser
-
- sid - Variable in class org.genesys.blocks.oauth.model.QOAuthClient
-
- sid - Variable in class org.genesys.blocks.security.model.QAclSid
-
- sid - Variable in class org.genesys.blocks.security.model.QBasicUser
-
- sid - Variable in class org.genesys.blocks.security.serialization.SidPermissions
-
SID having these permisions.
- SidPermissions - Class in org.genesys.blocks.security.serialization
-
Simple POJO for SID's permissions.
- SidPermissions() - Constructor for class org.genesys.blocks.security.serialization.SidPermissions
-
- SimplePasswordPolicy - Class in org.genesys.blocks.security.service.impl
-
Simple password policy.
- SimplePasswordPolicy() - Constructor for class org.genesys.blocks.security.service.impl.SimplePasswordPolicy
-
- Slf4jLogAuditLogger - Class in org.genesys.blocks.security.component
-
The Class Slf4jLogAuditLogger.
- Slf4jLogAuditLogger() - Constructor for class org.genesys.blocks.security.component.Slf4jLogAuditLogger
-
- SpringSecurityAuditorAware - Class in org.genesys.blocks.security
-
The Class SpringSecurityAuditorAware.
- SpringSecurityAuditorAware() - Constructor for class org.genesys.blocks.security.SpringSecurityAuditorAware
-
- SYSTEM_ADMIN - Static variable in interface org.genesys.blocks.security.service.BasicUserService
-
The system admin.