Skip navigation links
A B C D E F G H I K L M N O P R S T U V 

A

accept(Invitation, HawkularUser) - Method in class org.hawkular.accounts.api.internal.impl.InvitationServiceImpl
 
accept(Invitation, HawkularUser) - Method in interface org.hawkular.accounts.api.InvitationService
Marks an invitation as accepted, converting the data from Invitation into an OrganizationMembership
acceptedAt(ZonedDateTime) - Method in class org.hawkular.accounts.api.model.Invitation.Builder
 
acceptedBy(HawkularUser) - Method in class org.hawkular.accounts.api.model.Invitation.Builder
 
add(Role) - Method in class org.hawkular.accounts.api.internal.impl.OperationServiceImpl.Setup
 
add(String) - Method in class org.hawkular.accounts.api.internal.impl.OperationServiceImpl.Setup
 
add(Role, Role) - Method in class org.hawkular.accounts.api.internal.impl.OperationServiceImpl.Setup
 
add(Role, Role, Role) - Method in class org.hawkular.accounts.api.internal.impl.OperationServiceImpl.Setup
 
add(Role...) - Method in class org.hawkular.accounts.api.internal.impl.OperationServiceImpl.Setup
 
add(Role) - Method in interface org.hawkular.accounts.api.OperationService.Setup
Adds a new role for the current operation
add(String) - Method in interface org.hawkular.accounts.api.OperationService.Setup
Adds a new role for the current operation.
add(Role, Role) - Method in interface org.hawkular.accounts.api.OperationService.Setup
Adds new roles for the current operation with identical semantics as OperationService.Setup.add(Role).
add(Role, Role, Role) - Method in interface org.hawkular.accounts.api.OperationService.Setup
Adds new roles for the current operation with identical semantics as OperationService.Setup.add(Role).
add(Role...) - Method in interface org.hawkular.accounts.api.OperationService.Setup
Adds new roles for the current operation with identical semantics as OperationService.Setup.add(Role).
addRoleToPersona(Resource, Persona, Role) - Method in class org.hawkular.accounts.api.internal.impl.ResourceServiceImpl
 
addRoleToPersona(Resource, Persona, Role) - Method in interface org.hawkular.accounts.api.ResourceService
Adds a Role to a Persona into a Resource
ApplicationResources - Class in org.hawkular.accounts.api.internal
Provides CDI producers for resources required by the API.
ApplicationResources() - Constructor for class org.hawkular.accounts.api.internal.ApplicationResources
 

B

BaseEntity - Class in org.hawkular.accounts.api.model
Base entity, providing some common properties that all entities should have.
BaseEntity() - Constructor for class org.hawkular.accounts.api.model.BaseEntity
 
BaseEntity(String) - Constructor for class org.hawkular.accounts.api.model.BaseEntity
Deprecated.
Use the BaseEntity(UUID) instead.
BaseEntity(UUID) - Constructor for class org.hawkular.accounts.api.model.BaseEntity
 
BaseEntity(UUID, ZonedDateTime, ZonedDateTime) - Constructor for class org.hawkular.accounts.api.model.BaseEntity
 
BaseEntity.Builder - Class in org.hawkular.accounts.api.model
Abstract builder class, providing base methods for the base properties.
BaseServiceImpl<T extends BaseEntity> - Class in org.hawkular.accounts.api.internal.impl
Provides helper methods for services that interact with Cassandra as data store.
BaseServiceImpl() - Constructor for class org.hawkular.accounts.api.internal.impl.BaseServiceImpl
 
BoundStatements - Enum in org.hawkular.accounts.api.internal
Lists all the possible statements we have for this application.
build() - Method in class org.hawkular.accounts.api.model.HawkularUser.Builder
 
build() - Method in class org.hawkular.accounts.api.model.Invitation.Builder
 
build() - Method in class org.hawkular.accounts.api.model.Operation.Builder
 
build() - Method in class org.hawkular.accounts.api.model.Organization.Builder
 
build() - Method in class org.hawkular.accounts.api.model.OrganizationMembership.Builder
 
build() - Method in class org.hawkular.accounts.api.model.Permission.Builder
 
build() - Method in class org.hawkular.accounts.api.model.PersonaResourceRole.Builder
 
build() - Method in class org.hawkular.accounts.api.model.Resource.Builder
 
build() - Method in class org.hawkular.accounts.api.model.Role.Builder
 
build() - Method in class org.hawkular.accounts.api.model.UserSettings.Builder
 
Builder() - Constructor for class org.hawkular.accounts.api.model.BaseEntity.Builder
 
Builder() - Constructor for class org.hawkular.accounts.api.model.HawkularUser.Builder
 
Builder() - Constructor for class org.hawkular.accounts.api.model.Invitation.Builder
 
Builder() - Constructor for class org.hawkular.accounts.api.model.Operation.Builder
 
Builder() - Constructor for class org.hawkular.accounts.api.model.Organization.Builder
 
Builder() - Constructor for class org.hawkular.accounts.api.model.OrganizationMembership.Builder
 
Builder() - Constructor for class org.hawkular.accounts.api.model.Permission.Builder
 
Builder() - Constructor for class org.hawkular.accounts.api.model.PersonaResourceRole.Builder
 
Builder() - Constructor for class org.hawkular.accounts.api.model.Resource.Builder
 
Builder() - Constructor for class org.hawkular.accounts.api.model.Role.Builder
 
Builder() - Constructor for class org.hawkular.accounts.api.model.UserSettings.Builder
 
buildStatements() - Method in class org.hawkular.accounts.api.internal.ApplicationResources
Prepares the statements from BoundStatements and put them into a cache, for later consumption.

C

CassandraSessionInitializer - Class in org.hawkular.accounts.api.internal
Responsible for producing a ready-to-be-consumed Cassandra session.
CassandraSessionInitializer() - Constructor for class org.hawkular.accounts.api.internal.CassandraSessionInitializer
 
changeRole(OrganizationMembership, Role) - Method in class org.hawkular.accounts.api.internal.impl.OrganizationMembershipServiceImpl
 
changeRole(OrganizationMembership, Role) - Method in interface org.hawkular.accounts.api.OrganizationMembershipService
Changes the membership and all related data so that the member only has the given role.
clear() - Method in class org.hawkular.accounts.api.internal.impl.OperationServiceImpl.Setup
 
clear() - Method in class org.hawkular.accounts.api.model.UserSettings
 
clear() - Method in interface org.hawkular.accounts.api.OperationService.Setup
Removes all current roles from the operation.
compute(String, BiFunction<? super String, ? super String, ? extends String>) - Method in class org.hawkular.accounts.api.model.UserSettings
 
computeIfAbsent(String, Function<? super String, ? extends String>) - Method in class org.hawkular.accounts.api.model.UserSettings
 
computeIfPresent(String, BiFunction<? super String, ? super String, ? extends String>) - Method in class org.hawkular.accounts.api.model.UserSettings
 
containsKey(String) - Method in class org.hawkular.accounts.api.model.UserSettings
 
containsValue(String) - Method in class org.hawkular.accounts.api.model.UserSettings
 
couldNotPrepareQuery(String, Throwable) - Method in interface org.hawkular.accounts.api.internal.impl.MsgLogger
 
couldNotPrepareQuery(String, Throwable) - Method in class org.hawkular.accounts.api.internal.impl.MsgLogger_$logger
 
couldNotPrepareQuery$str() - Method in class org.hawkular.accounts.api.internal.impl.MsgLogger_$logger
 
create(String, HawkularUser, Organization, Role) - Method in class org.hawkular.accounts.api.internal.impl.InvitationServiceImpl
 
create(Organization, Persona, Role) - Method in class org.hawkular.accounts.api.internal.impl.OrganizationMembershipServiceImpl
 
create(Operation, Role) - Method in class org.hawkular.accounts.api.internal.impl.PermissionServiceImpl
 
create(Persona, Resource, Role) - Method in class org.hawkular.accounts.api.internal.impl.PersonaResourceRoleServiceImpl
 
create(String, Persona) - Method in class org.hawkular.accounts.api.internal.impl.ResourceServiceImpl
 
create(String, Resource) - Method in class org.hawkular.accounts.api.internal.impl.ResourceServiceImpl
 
create(String, Resource, Persona) - Method in class org.hawkular.accounts.api.internal.impl.ResourceServiceImpl
 
create(String, String) - Method in class org.hawkular.accounts.api.internal.impl.RoleServiceImpl
 
create(String, HawkularUser, Organization, Role) - Method in interface org.hawkular.accounts.api.InvitationService
Stores an invitation with the given parameters.
create(Organization, Persona, Role) - Method in interface org.hawkular.accounts.api.OrganizationMembershipService
 
create(Operation, Role) - Method in interface org.hawkular.accounts.api.PermissionService
Creates a permission composed of the given operation and role
create(Persona, Resource, Role) - Method in interface org.hawkular.accounts.api.PersonaResourceRoleService
Creates a new relation based on the given parameters.
create(String, Persona) - Method in interface org.hawkular.accounts.api.ResourceService
Creates a Resource based on its ID, owned by the specified Persona
create(String, Resource) - Method in interface org.hawkular.accounts.api.ResourceService
Creates a new sub resource, based on a given ID and owning resource
create(String, Resource, Persona) - Method in interface org.hawkular.accounts.api.ResourceService
Creates a new sub resource, based on a given ID, parent and owned by the specified Persona
create(String, String) - Method in interface org.hawkular.accounts.api.RoleService
Creates a new Role based on the given name and description.
createdAt(ZonedDateTime) - Method in class org.hawkular.accounts.api.model.BaseEntity.Builder
 
createOrganization(String, String, Persona) - Method in class org.hawkular.accounts.api.internal.impl.OrganizationServiceImpl
 
createOrganization(String, String, Persona) - Method in interface org.hawkular.accounts.api.OrganizationService
Creates a new organization and a "SuperUser" membership for the persona.
CurrentUser - Annotation Type in org.hawkular.accounts.api
 

D

delete(String) - Method in class org.hawkular.accounts.api.internal.impl.ResourceServiceImpl
 
delete(String) - Method in interface org.hawkular.accounts.api.ResourceService
Removes a Resource based on its ID.
deleteOrganization(Organization) - Method in class org.hawkular.accounts.api.internal.impl.OrganizationServiceImpl
 
deleteOrganization(Organization) - Method in interface org.hawkular.accounts.api.OrganizationService
Removes the organization and all related memberships
description(String) - Method in class org.hawkular.accounts.api.model.Organization.Builder
 
description(String) - Method in class org.hawkular.accounts.api.model.Role.Builder
 
destroy() - Method in class org.hawkular.accounts.api.internal.CassandraSessionInitializer
 
dispatchedAt(ZonedDateTime) - Method in class org.hawkular.accounts.api.model.Invitation.Builder
 

E

email(String) - Method in class org.hawkular.accounts.api.model.Invitation.Builder
 
entrySet() - Method in class org.hawkular.accounts.api.model.UserSettings
 
equals(Object) - Method in class org.hawkular.accounts.api.model.BaseEntity
 

F

failedToInitializeSchema(Throwable) - Method in interface org.hawkular.accounts.api.internal.impl.MsgLogger
 
failedToInitializeSchema(Throwable) - Method in class org.hawkular.accounts.api.internal.impl.MsgLogger_$logger
 
failedToInitializeSchema$str() - Method in class org.hawkular.accounts.api.internal.impl.MsgLogger_$logger
 
forEach(BiConsumer<? super String, ? super String>) - Method in class org.hawkular.accounts.api.model.UserSettings
 

G

get(String) - Method in class org.hawkular.accounts.api.internal.impl.InvitationServiceImpl
 
get(String) - Method in class org.hawkular.accounts.api.internal.impl.OrganizationServiceImpl
 
get(String) - Method in class org.hawkular.accounts.api.internal.impl.PersonaServiceImpl
 
get(String) - Method in class org.hawkular.accounts.api.internal.impl.ResourceServiceImpl
 
get(String) - Method in class org.hawkular.accounts.api.internal.impl.UserSettingsServiceImpl
 
get(String) - Method in interface org.hawkular.accounts.api.InvitationService
Deprecated.
get(String) - Method in class org.hawkular.accounts.api.model.UserSettings
 
get(String) - Method in interface org.hawkular.accounts.api.OrganizationService
Deprecated.
get(String) - Method in interface org.hawkular.accounts.api.PersonaService
Retrieves an Persona based on a given ID.
get(String) - Method in interface org.hawkular.accounts.api.ResourceService
get(String) - Method in interface org.hawkular.accounts.api.UserSettingsService
Deprecated.
getAcceptedAt() - Method in class org.hawkular.accounts.api.model.Invitation
 
getAcceptedBy() - Method in class org.hawkular.accounts.api.model.Invitation
 
getBoundStatement(BoundStatements) - Method in class org.hawkular.accounts.api.internal.ApplicationResources
Retrieves a new BoundStatement based on the BoundStatements's enum item name.
getById(UUID, BoundStatement) - Method in class org.hawkular.accounts.api.internal.impl.BaseServiceImpl
Returns a record based on its ID.
getById(UUID) - Method in class org.hawkular.accounts.api.internal.impl.InvitationServiceImpl
 
getById(UUID) - Method in class org.hawkular.accounts.api.internal.impl.OperationServiceImpl
 
getById(UUID) - Method in class org.hawkular.accounts.api.internal.impl.OrganizationMembershipServiceImpl
 
getById(UUID) - Method in class org.hawkular.accounts.api.internal.impl.OrganizationServiceImpl
 
getById(UUID) - Method in class org.hawkular.accounts.api.internal.impl.PermissionServiceImpl
 
getById(UUID) - Method in class org.hawkular.accounts.api.internal.impl.PersonaResourceRoleServiceImpl
 
getById(UUID) - Method in class org.hawkular.accounts.api.internal.impl.PersonaServiceImpl
 
getById(UUID) - Method in class org.hawkular.accounts.api.internal.impl.ResourceServiceImpl
 
getById(UUID) - Method in class org.hawkular.accounts.api.internal.impl.RoleServiceImpl
 
getById(String) - Method in class org.hawkular.accounts.api.internal.impl.UserServiceImpl
 
getById(UUID) - Method in class org.hawkular.accounts.api.internal.impl.UserServiceImpl
 
getById(UUID) - Method in class org.hawkular.accounts.api.internal.impl.UserSettingsServiceImpl
 
getById(UUID) - Method in interface org.hawkular.accounts.api.InvitationService
Retrieves an Invitation based on the token.
getById(UUID) - Method in interface org.hawkular.accounts.api.OperationService
Retrieves the operation by its ID
getById(UUID) - Method in interface org.hawkular.accounts.api.OrganizationMembershipService
Retrieves an OrganizationMembership by its ID.
getById(UUID) - Method in interface org.hawkular.accounts.api.OrganizationService
Retrieves an Organization based on its ID.
getById(UUID) - Method in interface org.hawkular.accounts.api.PermissionService
Retrieves an existing Permission based on its ID
getById(UUID) - Method in interface org.hawkular.accounts.api.PersonaResourceRoleService
Retrieves a PersonaResourceRole relation based on the relation's ID.
getById(UUID) - Method in interface org.hawkular.accounts.api.PersonaService
Retrieves an Persona based on a given ID.
getById(UUID) - Method in interface org.hawkular.accounts.api.ResourceService
Retrieves a Resource based on its ID.
getById(UUID) - Method in interface org.hawkular.accounts.api.RoleService
Retrieves the persistent Role based on its ID.
getById(String) - Method in interface org.hawkular.accounts.api.UserService
Deprecated.
getById(UUID) - Method in interface org.hawkular.accounts.api.UserService
Retrieves an HawkularUser based in its ID.
getById(UUID) - Method in interface org.hawkular.accounts.api.UserSettingsService
Retrieves a UserSettings object based on its ID.
getByName(String) - Method in class org.hawkular.accounts.api.internal.impl.OperationServiceImpl
 
getByName(String) - Method in class org.hawkular.accounts.api.internal.impl.OrganizationServiceImpl
 
getByName(String) - Method in class org.hawkular.accounts.api.internal.impl.RoleServiceImpl
 
getByName(String) - Method in interface org.hawkular.accounts.api.OperationService
Retrieves the Operation object for the given name
getByName(String) - Method in interface org.hawkular.accounts.api.OrganizationService
Retrieves an Organization based on its name.
getByName(String) - Method in interface org.hawkular.accounts.api.RoleService
Retrieves the persistent Role based on its fixed name.
getByPersona(Persona) - Method in class org.hawkular.accounts.api.internal.impl.PersonaResourceRoleServiceImpl
 
getByPersona(Persona) - Method in class org.hawkular.accounts.api.internal.impl.ResourceServiceImpl
 
getByPersona(Persona) - Method in interface org.hawkular.accounts.api.PersonaResourceRoleService
Retrieves all relations for a given persona.
getByPersona(Persona) - Method in interface org.hawkular.accounts.api.ResourceService
Lists all the resources that belong to a given persona.
getByPersonaAndResource(Persona, Resource) - Method in class org.hawkular.accounts.api.internal.impl.PersonaResourceRoleServiceImpl
 
getByPersonaAndResource(Persona, Resource) - Method in interface org.hawkular.accounts.api.PersonaResourceRoleService
Retrieves all relations for the given persona + resource
getByResource(Resource) - Method in class org.hawkular.accounts.api.internal.impl.PersonaResourceRoleServiceImpl
 
getByResource(Resource) - Method in interface org.hawkular.accounts.api.PersonaResourceRoleService
Retrieves all relations for the given resource.
getByToken(String) - Method in class org.hawkular.accounts.api.internal.impl.InvitationServiceImpl
 
getByToken(String) - Method in interface org.hawkular.accounts.api.InvitationService
Deprecated.
getByUser() - Method in class org.hawkular.accounts.api.internal.impl.UserSettingsServiceImpl
 
getByUser(HawkularUser) - Method in class org.hawkular.accounts.api.internal.impl.UserSettingsServiceImpl
 
getByUser() - Method in interface org.hawkular.accounts.api.UserSettingsService
Retrieves a UserSettings object for the currently logged in user or null if none exist.
getByUser(HawkularUser) - Method in interface org.hawkular.accounts.api.UserSettingsService
Retrieves a UserSettings object for the given user or null if none exist.
getCreatedAt() - Method in class org.hawkular.accounts.api.model.BaseEntity
 
getCurrent() - Method in class org.hawkular.accounts.api.internal.impl.PersonaServiceImpl
 
getCurrent() - Method in class org.hawkular.accounts.api.internal.impl.UserServiceImpl
 
getCurrent() - Method in interface org.hawkular.accounts.api.PersonaService
Retrieves the current Persona for this request.
getCurrent() - Method in interface org.hawkular.accounts.api.UserService
Retrieves the current user for the request.
getDescription() - Method in class org.hawkular.accounts.api.model.Organization
 
getDescription() - Method in class org.hawkular.accounts.api.model.Role
 
getDispatchedAt() - Method in class org.hawkular.accounts.api.model.Invitation
 
getEffectiveRolesForResource(Persona, Resource) - Method in class org.hawkular.accounts.api.internal.impl.PersonaServiceImpl
 
getEffectiveRolesForResource(Persona, Resource) - Method in interface org.hawkular.accounts.api.PersonaService
Retrieves the effective role of a Persona on a given Resource.
getEmail() - Method in class org.hawkular.accounts.api.model.Invitation
 
getId() - Method in class org.hawkular.accounts.api.model.BaseEntity
Deprecated.
from Accounts 2.x, this will return an UUID. Use getIdAsUUID().
getIdAsUUID() - Method in class org.hawkular.accounts.api.model.BaseEntity
 
getImplicitPermittedRoles(String) - Method in class org.hawkular.accounts.api.internal.impl.RoleServiceImpl
 
getImplicitPermittedRoles(Role) - Method in class org.hawkular.accounts.api.internal.impl.RoleServiceImpl
 
getImplicitPermittedRoles(String) - Method in interface org.hawkular.accounts.api.RoleService
Following Wildfly's definition of roles, this method returns all roles that are implicit from the given role from the perspective of an operation.
getImplicitPermittedRoles(Role) - Method in interface org.hawkular.accounts.api.RoleService
Following Wildfly's definition of roles, this method returns all roles that are implicit from the given role from the perspective of an operation.
getImplicitUserRoles(String) - Method in class org.hawkular.accounts.api.internal.impl.RoleServiceImpl
 
getImplicitUserRoles(Role) - Method in class org.hawkular.accounts.api.internal.impl.RoleServiceImpl
 
getImplicitUserRoles(String) - Method in interface org.hawkular.accounts.api.RoleService
Following Wildfly's definition of roles, this method returns all roles that are implicit from the given role from the User's perspective (ie: user has the given role).
getImplicitUserRoles(Role) - Method in interface org.hawkular.accounts.api.RoleService
Following Wildfly's definition of roles, this method returns all roles that are implicit from the given role from the User's perspective (ie: user has the given role).
getInvitationsForOrganization(Organization) - Method in class org.hawkular.accounts.api.internal.impl.InvitationServiceImpl
 
getInvitationsForOrganization(Organization) - Method in interface org.hawkular.accounts.api.InvitationService
Retrieves all invitations for the given organization.
getInvitedBy() - Method in class org.hawkular.accounts.api.model.Invitation
 
getMember() - Method in class org.hawkular.accounts.api.model.OrganizationMembership
 
getMembershipById(String) - Method in class org.hawkular.accounts.api.internal.impl.OrganizationMembershipServiceImpl
 
getMembershipById(String) - Method in interface org.hawkular.accounts.api.OrganizationMembershipService
getMembershipsForOrganization(Organization) - Method in class org.hawkular.accounts.api.internal.impl.OrganizationMembershipServiceImpl
 
getMembershipsForOrganization(Organization) - Method in interface org.hawkular.accounts.api.OrganizationMembershipService
Retrieves the memberships for a given Organization.
getMembershipsForPersona(Persona) - Method in class org.hawkular.accounts.api.internal.impl.OrganizationMembershipServiceImpl
 
getMembershipsForPersona(Persona) - Method in interface org.hawkular.accounts.api.OrganizationMembershipService
Retrieves the memberships that a given Persona has across all Organizations.
getName() - Method in class org.hawkular.accounts.api.model.HawkularUser
 
getName() - Method in class org.hawkular.accounts.api.model.Operation
 
getName() - Method in class org.hawkular.accounts.api.model.Organization
 
getName() - Method in class org.hawkular.accounts.api.model.Persona
 
getName() - Method in class org.hawkular.accounts.api.model.Role
 
getOperation() - Method in class org.hawkular.accounts.api.model.Permission
 
getOrCreateById(String) - Method in class org.hawkular.accounts.api.internal.impl.UserServiceImpl
 
getOrCreateById(String) - Method in interface org.hawkular.accounts.api.UserService
Retrieves an HawkularUser based on its ID.
getOrCreateByIdAndName(String, String) - Method in class org.hawkular.accounts.api.internal.impl.UserServiceImpl
 
getOrCreateByIdAndName(String, String) - Method in interface org.hawkular.accounts.api.UserService
Retrieves an HawkularUser based on its ID.
getOrCreateByName(String, String) - Method in class org.hawkular.accounts.api.internal.impl.RoleServiceImpl
 
getOrCreateByName(String, String) - Method in interface org.hawkular.accounts.api.RoleService
Retrieves a Role based on the given name.
getOrCreateByUser() - Method in class org.hawkular.accounts.api.internal.impl.UserSettingsServiceImpl
 
getOrCreateByUser(HawkularUser) - Method in class org.hawkular.accounts.api.internal.impl.UserSettingsServiceImpl
 
getOrCreateByUser() - Method in interface org.hawkular.accounts.api.UserSettingsService
Retrieves a UserSettings object for the currently logged in user or a new one if none exists.
getOrCreateByUser(HawkularUser) - Method in interface org.hawkular.accounts.api.UserSettingsService
Retrieves a UserSettings object for the given user or a new one if none exists.
getOrDefault(String, String) - Method in class org.hawkular.accounts.api.model.UserSettings
 
getOrganization() - Method in class org.hawkular.accounts.api.model.Invitation
 
getOrganization() - Method in class org.hawkular.accounts.api.model.OrganizationMembership
 
getOrganizationsForPersona(Persona) - Method in class org.hawkular.accounts.api.internal.impl.OrganizationServiceImpl
 
getOrganizationsForPersona(Persona) - Method in interface org.hawkular.accounts.api.OrganizationService
Retrieves the Organizations to which a given Persona directly is member/owner of.
getOrganizationsFromMemberships(List<OrganizationMembership>) - Method in class org.hawkular.accounts.api.internal.impl.OrganizationServiceImpl
 
getOrganizationsFromMemberships(List<OrganizationMembership>) - Method in interface org.hawkular.accounts.api.OrganizationService
Extracts all organizations from a list of memberships.
getOwner() - Method in class org.hawkular.accounts.api.model.Organization
 
getParent() - Method in class org.hawkular.accounts.api.model.Resource
 
getPendingInvitationsForOrganization(Organization) - Method in class org.hawkular.accounts.api.internal.impl.InvitationServiceImpl
 
getPendingInvitationsForOrganization(Organization) - Method in interface org.hawkular.accounts.api.InvitationService
Retrieves the pending invitations for the given organization.
getPermissionsForOperation(Operation) - Method in class org.hawkular.accounts.api.internal.impl.PermissionServiceImpl
 
getPermissionsForOperation(Operation) - Method in interface org.hawkular.accounts.api.PermissionService
Provides a list of Permissions that exists for the given operation
getPermittedRoles(Operation) - Method in class org.hawkular.accounts.api.internal.impl.PermissionServiceImpl
 
getPermittedRoles(Operation) - Method in interface org.hawkular.accounts.api.PermissionService
Provides a list of roles that have permission to perform the given operation.
getPersona() - Method in class org.hawkular.accounts.api.model.PersonaResourceRole
 
getPersona() - Method in class org.hawkular.accounts.api.model.Resource
 
getPersonaMembershipsForOrganization(Persona, Organization) - Method in class org.hawkular.accounts.api.internal.impl.OrganizationMembershipServiceImpl
 
getPersonaMembershipsForOrganization(Persona, Organization) - Method in interface org.hawkular.accounts.api.OrganizationMembershipService
Retrieves the memberships for a given Organization.
getProperties() - Method in class org.hawkular.accounts.api.model.UserSettings
 
getResource() - Method in class org.hawkular.accounts.api.model.PersonaResourceRole
 
getRole() - Method in class org.hawkular.accounts.api.model.Invitation
 
getRole() - Method in class org.hawkular.accounts.api.model.OrganizationMembership
 
getRole() - Method in class org.hawkular.accounts.api.model.Permission
 
getRole() - Method in class org.hawkular.accounts.api.model.PersonaResourceRole
 
getRolesForPersona(Resource, Persona) - Method in class org.hawkular.accounts.api.internal.impl.ResourceServiceImpl
 
getRolesForPersona(Resource, Persona) - Method in interface org.hawkular.accounts.api.ResourceService
getSession() - Method in class org.hawkular.accounts.api.internal.CassandraSessionInitializer
Produces the Cassandra session, waiting for the background job to finish if needed.
getSettingByKey(String) - Method in class org.hawkular.accounts.api.internal.impl.UserSettingsServiceImpl
 
getSettingByKey(String, String) - Method in class org.hawkular.accounts.api.internal.impl.UserSettingsServiceImpl
 
getSettingByKey(HawkularUser, String) - Method in class org.hawkular.accounts.api.internal.impl.UserSettingsServiceImpl
 
getSettingByKey(HawkularUser, String, String) - Method in class org.hawkular.accounts.api.internal.impl.UserSettingsServiceImpl
 
getSettingByKey(String) - Method in interface org.hawkular.accounts.api.UserSettingsService
Retrieves a setting with the given key for the currently logged in user.
getSettingByKey(String, String) - Method in interface org.hawkular.accounts.api.UserSettingsService
Retrieves a setting with the given key for the currently logged in user, returning the value specified in 'default' if no setting is available for the key.
getSettingByKey(HawkularUser, String) - Method in interface org.hawkular.accounts.api.UserSettingsService
Retrieves a setting with the given key for the specified user.
getSettingByKey(HawkularUser, String, String) - Method in interface org.hawkular.accounts.api.UserSettingsService
Retrieves a setting with the given key for the specified user, returning the value specified in 'default' if no setting is available for the key.
getSubOrganizations(Organization) - Method in class org.hawkular.accounts.api.internal.impl.OrganizationServiceImpl
 
getSubOrganizations(Organization) - Method in interface org.hawkular.accounts.api.OrganizationService
Retrieves all the organizations whose parent is the given organization.
getToken() - Method in class org.hawkular.accounts.api.model.Invitation
 
getUpdatedAt() - Method in class org.hawkular.accounts.api.model.BaseEntity
 
getUser() - Method in class org.hawkular.accounts.api.model.UserSettings
 
getValue() - Method in enum org.hawkular.accounts.api.internal.BoundStatements
 

H

hashCode() - Method in class org.hawkular.accounts.api.model.BaseEntity
 
HawkularUser - Class in org.hawkular.accounts.api.model
Represents a real person.
HawkularUser(String) - Constructor for class org.hawkular.accounts.api.model.HawkularUser
 
HawkularUser(UUID, String) - Constructor for class org.hawkular.accounts.api.model.HawkularUser
 
HawkularUser(UUID, ZonedDateTime, ZonedDateTime, String) - Constructor for class org.hawkular.accounts.api.model.HawkularUser
 
HawkularUser.Builder - Class in org.hawkular.accounts.api.model
 

I

id(UUID) - Method in class org.hawkular.accounts.api.model.BaseEntity.Builder
 
init() - Method in class org.hawkular.accounts.api.internal.CassandraSessionInitializer
Sends the order to build the session as soon as this is constructed.
Invitation - Class in org.hawkular.accounts.api.model
 
Invitation(String, HawkularUser, Organization, Role) - Constructor for class org.hawkular.accounts.api.model.Invitation
 
Invitation(String, String, HawkularUser, Organization, Role) - Constructor for class org.hawkular.accounts.api.model.Invitation
 
Invitation(UUID, ZonedDateTime, ZonedDateTime, String, ZonedDateTime, ZonedDateTime, HawkularUser, HawkularUser, Organization, Role) - Constructor for class org.hawkular.accounts.api.model.Invitation
 
Invitation.Builder - Class in org.hawkular.accounts.api.model
 
InvitationService - Interface in org.hawkular.accounts.api
 
InvitationServiceImpl - Class in org.hawkular.accounts.api.internal.impl
 
InvitationServiceImpl() - Constructor for class org.hawkular.accounts.api.internal.impl.InvitationServiceImpl
 
invitedBy(HawkularUser) - Method in class org.hawkular.accounts.api.model.Invitation.Builder
 
isAllowedTo(Operation, Resource, Persona) - Method in class org.hawkular.accounts.api.internal.impl.PermissionCheckerImpl
 
isAllowedTo(Operation, String, Persona) - Method in class org.hawkular.accounts.api.internal.impl.PermissionCheckerImpl
 
isAllowedTo(Operation, Resource) - Method in class org.hawkular.accounts.api.internal.impl.PermissionCheckerImpl
 
isAllowedTo(Operation, String) - Method in class org.hawkular.accounts.api.internal.impl.PermissionCheckerImpl
 
isAllowedTo(Operation, Resource, Persona) - Method in interface org.hawkular.accounts.api.PermissionChecker
Checks whether the given Persona has access to perform Operation on the given Resource.
isAllowedTo(Operation, String, Persona) - Method in interface org.hawkular.accounts.api.PermissionChecker
Checks whether the given Persona has access to perform Operation on the given Resource.
isAllowedTo(Operation, Resource) - Method in interface org.hawkular.accounts.api.PermissionChecker
Checks whether the current Persona has access to perform Operation on the given Resource.
isAllowedTo(Operation, String) - Method in interface org.hawkular.accounts.api.PermissionChecker
Checks whether the current Persona has access to perform Operation on the given Resource.
isAllowedToImpersonate(HawkularUser, Persona) - Method in class org.hawkular.accounts.api.internal.impl.PersonaServiceImpl
 
isAllowedToImpersonate(HawkularUser, Persona) - Method in interface org.hawkular.accounts.api.PersonaService
Checks if the current user is allowed to impersonate the given persona.
isEmpty() - Method in class org.hawkular.accounts.api.model.UserSettings
 

K

keySet() - Method in class org.hawkular.accounts.api.model.UserSettings
 

L

log - Variable in class org.hawkular.accounts.api.internal.impl.MsgLogger_$logger
 
LOGGER - Static variable in interface org.hawkular.accounts.api.internal.impl.MsgLogger
 

M

make() - Method in class org.hawkular.accounts.api.internal.impl.OperationServiceImpl.Setup
 
make() - Method in interface org.hawkular.accounts.api.OperationService.Setup
Instructs the builder that the setup has finished.
markAsDispatched(Invitation) - Method in class org.hawkular.accounts.api.internal.impl.InvitationServiceImpl
 
markAsDispatched(Invitation) - Method in interface org.hawkular.accounts.api.InvitationService
Marks the given invitation as dispatched.
Member - Class in org.hawkular.accounts.api.model
Represents an object that might be a member of an organization.
Member(String) - Constructor for class org.hawkular.accounts.api.model.Member
 
Member(UUID) - Constructor for class org.hawkular.accounts.api.model.Member
 
Member(UUID, ZonedDateTime, ZonedDateTime) - Constructor for class org.hawkular.accounts.api.model.Member
 
member(Member) - Method in class org.hawkular.accounts.api.model.OrganizationMembership.Builder
 
merge(String, String, BiFunction<? super String, ? super String, ? extends String>) - Method in class org.hawkular.accounts.api.model.UserSettings
 
MsgLogger - Interface in org.hawkular.accounts.api.internal.impl
JBoss Logging integration, with the possible messages that we have for the API.
MsgLogger_$logger - Class in org.hawkular.accounts.api.internal.impl
Warning this class consists of generated code.
MsgLogger_$logger(Logger) - Constructor for class org.hawkular.accounts.api.internal.impl.MsgLogger_$logger
 

N

name(String) - Method in class org.hawkular.accounts.api.model.HawkularUser.Builder
 
name(String) - Method in class org.hawkular.accounts.api.model.Operation.Builder
 
name(String) - Method in class org.hawkular.accounts.api.model.Organization.Builder
 
name(String) - Method in class org.hawkular.accounts.api.model.Role.Builder
 
NamedOperation - Annotation Type in org.hawkular.accounts.api
CDI qualifier used for injecting the Operation bean related to the name specified on this annotation.
NamedRole - Annotation Type in org.hawkular.accounts.api
CDI qualifier used for injecting the Role bean related to the name specified on this annotation.
NamedSetting - Annotation Type in org.hawkular.accounts.api
CDI qualifier for loading a specific setting key into a managed bean.
NamedStatement - Annotation Type in org.hawkular.accounts.api.internal
Qualifier, allowing consumers to specify which statement is meant to be retrieved.

O

Operation - Class in org.hawkular.accounts.api.model
Represents an operation, that can be for instance "metric-create".
Operation(String) - Constructor for class org.hawkular.accounts.api.model.Operation
 
Operation(String, String) - Constructor for class org.hawkular.accounts.api.model.Operation
 
Operation(UUID, ZonedDateTime, ZonedDateTime, String) - Constructor for class org.hawkular.accounts.api.model.Operation
 
operation(Operation) - Method in class org.hawkular.accounts.api.model.Permission.Builder
 
Operation.Builder - Class in org.hawkular.accounts.api.model
 
OperationService - Interface in org.hawkular.accounts.api
Service intended to manage Operation entities.
OperationService.Setup - Interface in org.hawkular.accounts.api
Convenience builder-style interface for setting up operations with the required roles.
OperationServiceImpl - Class in org.hawkular.accounts.api.internal.impl
Concrete implementation of OperationService.
OperationServiceImpl() - Constructor for class org.hawkular.accounts.api.internal.impl.OperationServiceImpl
 
OperationServiceImpl.Setup - Class in org.hawkular.accounts.api.internal.impl
 
org.hawkular.accounts.api - package org.hawkular.accounts.api
 
org.hawkular.accounts.api.internal - package org.hawkular.accounts.api.internal
 
org.hawkular.accounts.api.internal.impl - package org.hawkular.accounts.api.internal.impl
 
org.hawkular.accounts.api.model - package org.hawkular.accounts.api.model
Entities related to the API.
organization(Organization) - Method in class org.hawkular.accounts.api.model.Invitation.Builder
 
Organization - Class in org.hawkular.accounts.api.model
Represents an non-user model that can own resources.
Organization(String, Persona) - Constructor for class org.hawkular.accounts.api.model.Organization
 
Organization(Persona) - Constructor for class org.hawkular.accounts.api.model.Organization
 
Organization(UUID, ZonedDateTime, ZonedDateTime, Persona, String, String) - Constructor for class org.hawkular.accounts.api.model.Organization
 
organization(Organization) - Method in class org.hawkular.accounts.api.model.OrganizationMembership.Builder
 
Organization.Builder - Class in org.hawkular.accounts.api.model
 
OrganizationMembership - Class in org.hawkular.accounts.api.model
 
OrganizationMembership(Organization, Member, Role) - Constructor for class org.hawkular.accounts.api.model.OrganizationMembership
 
OrganizationMembership(String, Organization, Member, Role) - Constructor for class org.hawkular.accounts.api.model.OrganizationMembership
 
OrganizationMembership(UUID, ZonedDateTime, ZonedDateTime, Organization, Member, Role) - Constructor for class org.hawkular.accounts.api.model.OrganizationMembership
 
OrganizationMembership.Builder - Class in org.hawkular.accounts.api.model
 
OrganizationMembershipService - Interface in org.hawkular.accounts.api
Service intended to manage the memberships that a Persona holds in an Organization.
OrganizationMembershipServiceImpl - Class in org.hawkular.accounts.api.internal.impl
 
OrganizationMembershipServiceImpl() - Constructor for class org.hawkular.accounts.api.internal.impl.OrganizationMembershipServiceImpl
 
OrganizationService - Interface in org.hawkular.accounts.api
Service intended to handle data related to an Organization.
OrganizationServiceImpl - Class in org.hawkular.accounts.api.internal.impl
 
OrganizationServiceImpl() - Constructor for class org.hawkular.accounts.api.internal.impl.OrganizationServiceImpl
 
owner(Persona) - Method in class org.hawkular.accounts.api.model.Organization.Builder
 

P

parent(Resource) - Method in class org.hawkular.accounts.api.model.Resource.Builder
 
Permission - Class in org.hawkular.accounts.api.model
Represents the permissions for a given resource.
Permission(Operation, Role) - Constructor for class org.hawkular.accounts.api.model.Permission
 
Permission(String, Operation, Role) - Constructor for class org.hawkular.accounts.api.model.Permission
 
Permission(UUID, ZonedDateTime, ZonedDateTime, Operation, Role) - Constructor for class org.hawkular.accounts.api.model.Permission
 
Permission.Builder - Class in org.hawkular.accounts.api.model
 
PermissionChecker - Interface in org.hawkular.accounts.api
Central part of the API, allowing a component to perform permission checking of users against resources.
PermissionCheckerImpl - Class in org.hawkular.accounts.api.internal.impl
Main implementation of the PermissionChecker.
PermissionCheckerImpl() - Constructor for class org.hawkular.accounts.api.internal.impl.PermissionCheckerImpl
 
PermissionService - Interface in org.hawkular.accounts.api
Service providing access to permission-related queries.
PermissionServiceImpl - Class in org.hawkular.accounts.api.internal.impl
 
PermissionServiceImpl() - Constructor for class org.hawkular.accounts.api.internal.impl.PermissionServiceImpl
 
persist() - Method in class org.hawkular.accounts.api.internal.impl.OperationServiceImpl.Setup
 
persist() - Method in interface org.hawkular.accounts.api.OperationService.Setup
Instructs the builder that the setup has finished and changes are effectively applied.
Persona - Class in org.hawkular.accounts.api.model
Represents a persona that is able to login into the main application.
Persona(String) - Constructor for class org.hawkular.accounts.api.model.Persona
 
Persona(UUID) - Constructor for class org.hawkular.accounts.api.model.Persona
 
Persona(UUID, ZonedDateTime, ZonedDateTime) - Constructor for class org.hawkular.accounts.api.model.Persona
 
persona(Persona) - Method in class org.hawkular.accounts.api.model.PersonaResourceRole.Builder
 
persona(Persona) - Method in class org.hawkular.accounts.api.model.Resource.Builder
 
PersonaResourceRole - Class in org.hawkular.accounts.api.model
Stores the role for a given user on a specific Resource.
PersonaResourceRole(Persona, Role, Resource) - Constructor for class org.hawkular.accounts.api.model.PersonaResourceRole
 
PersonaResourceRole(String, Persona, Role, Resource) - Constructor for class org.hawkular.accounts.api.model.PersonaResourceRole
 
PersonaResourceRole(UUID, ZonedDateTime, ZonedDateTime, Persona, Role, Resource) - Constructor for class org.hawkular.accounts.api.model.PersonaResourceRole
 
PersonaResourceRole.Builder - Class in org.hawkular.accounts.api.model
 
PersonaResourceRoleService - Interface in org.hawkular.accounts.api
 
PersonaResourceRoleServiceImpl - Class in org.hawkular.accounts.api.internal.impl
 
PersonaResourceRoleServiceImpl() - Constructor for class org.hawkular.accounts.api.internal.impl.PersonaResourceRoleServiceImpl
 
PersonaService - Interface in org.hawkular.accounts.api
Provides an interface for querying and managing Persona.
PersonaServiceImpl - Class in org.hawkular.accounts.api.internal.impl
Main implementation of the PersonaService.
PersonaServiceImpl() - Constructor for class org.hawkular.accounts.api.internal.impl.PersonaServiceImpl
 
produceOperationByName(InjectionPoint) - Method in class org.hawkular.accounts.api.internal.impl.OperationServiceImpl
 
produceOperationByName(InjectionPoint) - Method in interface org.hawkular.accounts.api.OperationService
CDI producer method for Operation beans annotated with NamedOperation.
produceRoleByName(InjectionPoint) - Method in class org.hawkular.accounts.api.internal.impl.RoleServiceImpl
 
produceRoleByName(InjectionPoint) - Method in interface org.hawkular.accounts.api.RoleService
CDI producer method for Role beans annotated with NamedRole.
produceSettingByName(InjectionPoint) - Method in class org.hawkular.accounts.api.internal.impl.UserSettingsServiceImpl
 
produceSettingByName(InjectionPoint) - Method in interface org.hawkular.accounts.api.UserSettingsService
CDI producer method for beans annotated with NamedSetting.
produceStatementByName(InjectionPoint) - Method in class org.hawkular.accounts.api.internal.ApplicationResources
CDI producer for @NamedStatement annotations.
properties(Map<String, String>) - Method in class org.hawkular.accounts.api.model.UserSettings.Builder
 
put(String, String) - Method in class org.hawkular.accounts.api.model.UserSettings
 
putAll(Map<? extends String, ? extends String>) - Method in class org.hawkular.accounts.api.model.UserSettings
 
putIfAbsent(String, String) - Method in class org.hawkular.accounts.api.model.UserSettings
 

R

remove(Invitation) - Method in class org.hawkular.accounts.api.internal.impl.InvitationServiceImpl
 
remove(OrganizationMembership) - Method in class org.hawkular.accounts.api.internal.impl.OrganizationMembershipServiceImpl
 
remove(UUID) - Method in class org.hawkular.accounts.api.internal.impl.OrganizationMembershipServiceImpl
 
remove(Permission) - Method in class org.hawkular.accounts.api.internal.impl.PermissionServiceImpl
 
remove(UUID) - Method in class org.hawkular.accounts.api.internal.impl.PersonaResourceRoleServiceImpl
 
remove(PersonaResourceRole) - Method in class org.hawkular.accounts.api.internal.impl.PersonaResourceRoleServiceImpl
 
remove(HawkularUser, String) - Method in class org.hawkular.accounts.api.internal.impl.UserSettingsServiceImpl
 
remove(String) - Method in class org.hawkular.accounts.api.internal.impl.UserSettingsServiceImpl
 
remove(Invitation) - Method in interface org.hawkular.accounts.api.InvitationService
Remove the invitation from the storage.
remove(String) - Method in class org.hawkular.accounts.api.model.UserSettings
 
remove(String, String) - Method in class org.hawkular.accounts.api.model.UserSettings
 
remove(OrganizationMembership) - Method in interface org.hawkular.accounts.api.OrganizationMembershipService
Removes the membership from the storage.
remove(UUID) - Method in interface org.hawkular.accounts.api.OrganizationMembershipService
Removes the membership from the storage based on its ID
remove(Permission) - Method in interface org.hawkular.accounts.api.PermissionService
Removes the given permission from the data store.
remove(UUID) - Method in interface org.hawkular.accounts.api.PersonaResourceRoleService
Removes the relation with the given ID from the storage.
remove(PersonaResourceRole) - Method in interface org.hawkular.accounts.api.PersonaResourceRoleService
Removes the relation from the storage.
remove(HawkularUser, String) - Method in interface org.hawkular.accounts.api.UserSettingsService
Removes the specified setting value under the given key, for the specified user.
remove(String) - Method in interface org.hawkular.accounts.api.UserSettingsService
Removes the specified setting value under the given key, for the currently logged in user.
replace(String, String, String) - Method in class org.hawkular.accounts.api.model.UserSettings
 
replace(String, String) - Method in class org.hawkular.accounts.api.model.UserSettings
 
replaceAll(BiFunction<? super String, ? super String, ? extends String>) - Method in class org.hawkular.accounts.api.model.UserSettings
 
resource(Resource) - Method in class org.hawkular.accounts.api.model.PersonaResourceRole.Builder
 
Resource - Class in org.hawkular.accounts.api.model
Represents a resource that is meant to be protected.
Resource(Persona) - Constructor for class org.hawkular.accounts.api.model.Resource
Creates a new resource with the given owner.
Resource(Resource) - Constructor for class org.hawkular.accounts.api.model.Resource
Creates a new sub resource with a parent.
Resource(Persona, Resource) - Constructor for class org.hawkular.accounts.api.model.Resource
Creates a new sub resource with a parent and an owner, which may or may not be the same as the parent's.
Resource(String, Resource) - Constructor for class org.hawkular.accounts.api.model.Resource
Creates a new resource with the given id and owner.
Resource(String, Persona) - Constructor for class org.hawkular.accounts.api.model.Resource
Creates a new resource with the given id and owner.
Resource(String, Persona, Resource) - Constructor for class org.hawkular.accounts.api.model.Resource
Creates a new sub resource with the given id, owner and parent resource.
Resource(UUID, ZonedDateTime, ZonedDateTime, Persona, Resource) - Constructor for class org.hawkular.accounts.api.model.Resource
 
Resource.Builder - Class in org.hawkular.accounts.api.model
 
ResourceService - Interface in org.hawkular.accounts.api
Manages Resource.
ResourceServiceImpl - Class in org.hawkular.accounts.api.internal.impl
Main implementation of the ResourceService.
ResourceServiceImpl() - Constructor for class org.hawkular.accounts.api.internal.impl.ResourceServiceImpl
 
revokeAllForPersona(Resource, Persona) - Method in class org.hawkular.accounts.api.internal.impl.ResourceServiceImpl
 
revokeAllForPersona(Resource, Persona) - Method in interface org.hawkular.accounts.api.ResourceService
Revoke all roles that the given persona has on the resource.
role(Role) - Method in class org.hawkular.accounts.api.model.Invitation.Builder
 
role(Role) - Method in class org.hawkular.accounts.api.model.OrganizationMembership.Builder
 
role(Role) - Method in class org.hawkular.accounts.api.model.Permission.Builder
 
role(Role) - Method in class org.hawkular.accounts.api.model.PersonaResourceRole.Builder
 
Role - Class in org.hawkular.accounts.api.model
Represents a Role in the system.
Role(String, String) - Constructor for class org.hawkular.accounts.api.model.Role
 
Role(String, String, String) - Constructor for class org.hawkular.accounts.api.model.Role
 
Role(UUID, String, String) - Constructor for class org.hawkular.accounts.api.model.Role
 
Role.Builder - Class in org.hawkular.accounts.api.model
 
RoleService - Interface in org.hawkular.accounts.api
Provides access to information related to Role.
RoleServiceImpl - Class in org.hawkular.accounts.api.internal.impl
 
RoleServiceImpl() - Constructor for class org.hawkular.accounts.api.internal.impl.RoleServiceImpl
 

S

setAccepted() - Method in class org.hawkular.accounts.api.model.Invitation
Sets the invitation as accepted as of 'now'.
setAcceptedAt(ZonedDateTime) - Method in class org.hawkular.accounts.api.model.Invitation
 
setAcceptedBy(HawkularUser) - Method in class org.hawkular.accounts.api.model.Invitation
 
setDescription(String) - Method in class org.hawkular.accounts.api.model.Organization
 
setDispatched() - Method in class org.hawkular.accounts.api.model.Invitation
Sets the invitation as accepted as of 'now'.
setDispatchedAt(ZonedDateTime) - Method in class org.hawkular.accounts.api.model.Invitation
 
setName(String) - Method in class org.hawkular.accounts.api.model.HawkularUser
 
setName(String) - Method in class org.hawkular.accounts.api.model.Organization
 
setOwner(Persona) - Method in class org.hawkular.accounts.api.model.Organization
 
setParent(Resource) - Method in class org.hawkular.accounts.api.model.Resource
 
setPersona(Persona) - Method in class org.hawkular.accounts.api.model.Resource
 
setRole(Role) - Method in class org.hawkular.accounts.api.model.OrganizationMembership
 
setSession(Session) - Method in class org.hawkular.accounts.api.internal.ApplicationResources
Non-CDI consumers can use this to set the session before retrieving BoundStatements.
setup(Operation) - Method in class org.hawkular.accounts.api.internal.impl.OperationServiceImpl
 
setup(String) - Method in class org.hawkular.accounts.api.internal.impl.OperationServiceImpl
 
setup(Operation) - Method in interface org.hawkular.accounts.api.OperationService
Returns a builder-style instance for fluidly assigning permitted roles for a given operation.
setup(String) - Method in interface org.hawkular.accounts.api.OperationService
Returns a builder-style instance for fluidly assigning permitted roles for an operation with the given name.
setUpdatedAt() - Method in class org.hawkular.accounts.api.model.BaseEntity
 
shuttingDownCassandraDriver() - Method in interface org.hawkular.accounts.api.internal.impl.MsgLogger
 
shuttingDownCassandraDriver() - Method in class org.hawkular.accounts.api.internal.impl.MsgLogger_$logger
 
shuttingDownCassandraDriver$str() - Method in class org.hawkular.accounts.api.internal.impl.MsgLogger_$logger
 
size() - Method in class org.hawkular.accounts.api.model.UserSettings
 
store(HawkularUser, String, String) - Method in class org.hawkular.accounts.api.internal.impl.UserSettingsServiceImpl
 
store(String, String) - Method in class org.hawkular.accounts.api.internal.impl.UserSettingsServiceImpl
 
store(HawkularUser, String, String) - Method in interface org.hawkular.accounts.api.UserSettingsService
Stores the specified setting value under the given key, for the specified user.
store(String, String) - Method in interface org.hawkular.accounts.api.UserSettingsService
Stores the specified setting value under the given key, for the currently logged in user.

T

toString() - Method in class org.hawkular.accounts.api.model.BaseEntity
 
toString() - Method in class org.hawkular.accounts.api.model.Operation
 
toString() - Method in class org.hawkular.accounts.api.model.Permission
 
toString() - Method in class org.hawkular.accounts.api.model.Role
 
transfer(Organization, Persona) - Method in class org.hawkular.accounts.api.internal.impl.OrganizationServiceImpl
 
transfer(Resource, Persona) - Method in class org.hawkular.accounts.api.internal.impl.ResourceServiceImpl
 
transfer(Organization, Persona) - Method in interface org.hawkular.accounts.api.OrganizationService
Transfers the organization from the current owner to the specified persona.
transfer(Resource, Persona) - Method in interface org.hawkular.accounts.api.ResourceService
Transfers the resource to the given persona.

U

updatedAt(ZonedDateTime) - Method in class org.hawkular.accounts.api.model.BaseEntity.Builder
 
user(HawkularUser) - Method in class org.hawkular.accounts.api.model.UserSettings.Builder
 
UserService - Interface in org.hawkular.accounts.api
Provides an interface for querying and managing Hawkular users.
UserServiceImpl - Class in org.hawkular.accounts.api.internal.impl
Main implementation of the UserService.
UserServiceImpl() - Constructor for class org.hawkular.accounts.api.internal.impl.UserServiceImpl
 
UserSettings - Class in org.hawkular.accounts.api.model
 
UserSettings(HawkularUser) - Constructor for class org.hawkular.accounts.api.model.UserSettings
 
UserSettings(HawkularUser, Map<String, String>) - Constructor for class org.hawkular.accounts.api.model.UserSettings
 
UserSettings(UUID, ZonedDateTime, ZonedDateTime, HawkularUser, Map<String, String>) - Constructor for class org.hawkular.accounts.api.model.UserSettings
 
UserSettings.Builder - Class in org.hawkular.accounts.api.model
 
UserSettingsService - Interface in org.hawkular.accounts.api
Provides a facility for managing user-related settings.
UserSettingsServiceImpl - Class in org.hawkular.accounts.api.internal.impl
 
UserSettingsServiceImpl() - Constructor for class org.hawkular.accounts.api.internal.impl.UserSettingsServiceImpl
 

V

valueOf(String) - Static method in enum org.hawkular.accounts.api.internal.BoundStatements
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hawkular.accounts.api.internal.BoundStatements
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.hawkular.accounts.api.model.UserSettings
 
A B C D E F G H I K L M N O P R S T U V 
Skip navigation links

Copyright © 2015 Red Hat, Inc.. All rights reserved.