Index
All Classes and Interfaces|All Packages
C
- createExternalSecurityManager(String, String, String, String, SecurityManagerProperties) - Method in interface org.odpi.openmetadata.accessservices.securitymanager.api.MetadataSourceInterface
-
Create information about a security manager such as a user access directory - such as an LDAP server or access control manager such as Apache Ranger.
- createSecurityGroup(String, SecurityGroupProperties) - Method in interface org.odpi.openmetadata.accessservices.securitymanager.api.SecurityManagerInterface
-
Create a new security group.
- createUserIdentity(String, String, String, UserIdentityProperties) - Method in interface org.odpi.openmetadata.accessservices.securitymanager.api.SecurityManagerInterface
-
Create a UserIdentity.
D
- deleteSecurityGroup(String, String) - Method in interface org.odpi.openmetadata.accessservices.securitymanager.api.SecurityManagerInterface
-
Delete a specific security group.
- deleteUserIdentity(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.securitymanager.api.SecurityManagerInterface
-
Remove a user identity object.
E
- ELEMENT_CLASSIFIED - Enum constant in enum class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerEventType
- ELEMENT_DECLASSIFIED - Enum constant in enum class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerEventType
- ELEMENT_DELETED - Enum constant in enum class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerEventType
- ELEMENT_GUID_CHANGED - Enum constant in enum class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerEventType
- ELEMENT_HOME_CHANGED - Enum constant in enum class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerEventType
- ELEMENT_RECLASSIFIED - Enum constant in enum class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerEventType
- ELEMENT_RESTORED - Enum constant in enum class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerEventType
- ELEMENT_TYPE_CHANGED - Enum constant in enum class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerEventType
- ELEMENT_UPDATED - Enum constant in enum class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerEventType
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerOutTopicEvent
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.securitymanager.properties.TemplateProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.accessservices.securitymanager.rest.TemplateRequestBody
-
Return comparison result based on the content of the properties.
F
- findActorProfile(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.securitymanager.api.SecurityManagerInterface
-
Retrieve the list of matching profiles for the search string.
- findPersonRole(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.securitymanager.api.SecurityManagerInterface
-
Retrieve the list of matching roles for the search string.
- findSecurityGroups(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.securitymanager.api.SecurityManagerInterface
-
Return the list of security groups that match the search string - this can be a regular expression.
- findUserIdentities(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.securitymanager.api.SecurityManagerInterface
-
Retrieve the list of user identity metadata elements that contain the search string.
G
- getActorProfileByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.securitymanager.api.SecurityManagerInterface
-
Return information about a specific actor profile.
- getActorProfileByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.securitymanager.api.SecurityManagerInterface
-
Return information about a named actor profile.
- getActorProfileByUserId(String, String) - Method in interface org.odpi.openmetadata.accessservices.securitymanager.api.SecurityManagerInterface
-
Return information about a specific actor profile.
- getAppointees(String, String, Date, int, int) - Method in interface org.odpi.openmetadata.accessservices.securitymanager.api.SecurityManagerInterface
-
Return the list of people appointed to a particular role.
- getClassificationName() - Method in class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerOutTopicEvent
-
Return the name of the classification if the event relates to classifications.
- getDescription() - Method in class org.odpi.openmetadata.accessservices.securitymanager.properties.TemplateProperties
-
Returns the stored description property for the metadata entity.
- getDisplayName() - Method in class org.odpi.openmetadata.accessservices.securitymanager.properties.TemplateProperties
-
Returns the stored display name property for the metadata entity.
- getElementHeader() - Method in class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerOutTopicEvent
-
Return details of the subject of the event.
- getElementProperties() - Method in class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerOutTopicEvent
-
Return the map of properties for the element provided with the event.
- getElementsGovernedBySecurityGroup(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.securitymanager.api.SecurityManagerInterface
-
Return the elements that are governed by the supplied security group.
- getEventTime() - Method in class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerOutTopicEvent
-
Return the time that the element was updated.
- getEventType() - Method in class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerOutTopicEvent
-
Return the event type.
- getEventTypeCode() - Method in enum class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerEventType
-
Return the int identifier used for indexing based on the enum.
- getEventTypeDescription() - Method in enum class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerEventType
-
Return the default description for the enum value - used when natural resource bundle is not available.
- getEventTypeName() - Method in enum class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerEventType
-
Return the string name used for messages that include the enum.
- getEventVersionId() - Method in class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerOutTopicEvent
-
Return the event version id.
- getExternalSecurityManagerGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.securitymanager.api.MetadataSourceInterface
-
Retrieve the unique identifier of the external security manager.
- getExternalSourceGUID() - Method in class org.odpi.openmetadata.accessservices.securitymanager.rest.TemplateRequestBody
-
Return the unique identifier of the software server capability entity that represented the external source - null for local.
- getExternalSourceName() - Method in class org.odpi.openmetadata.accessservices.securitymanager.rest.TemplateRequestBody
-
Return the unique name of the software server capability entity that represented the external source.
- getMessageDefinition() - Method in enum class org.odpi.openmetadata.accessservices.securitymanager.ffdc.SecurityManagerAuditCode
-
Retrieve a message definition object for logging.
- getMessageDefinition() - Method in enum class org.odpi.openmetadata.accessservices.securitymanager.ffdc.SecurityManagerErrorCode
-
Retrieve a message definition object for an exception.
- getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.accessservices.securitymanager.ffdc.SecurityManagerAuditCode
-
Retrieve a message definition object for logging.
- getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.accessservices.securitymanager.ffdc.SecurityManagerErrorCode
-
Retrieve a message definition object for an exception.
- getNetworkAddress() - Method in class org.odpi.openmetadata.accessservices.securitymanager.properties.TemplateProperties
-
Return the physical network address of this metadata element (if this makes sense).
- getPersonRoleByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.securitymanager.api.SecurityManagerInterface
-
Return information about a specific person role.
- getPersonRoleByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.securitymanager.api.SecurityManagerInterface
-
Return information about a named person role.
- getPreviousClassificationProperties() - Method in class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerOutTopicEvent
-
Return the property map for the previous version of a classification's properties (used for reclassify events).
- getPreviousElementHeader() - Method in class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerOutTopicEvent
-
Return the previous version of the element's header (if the event is related to an element update).
- getPreviousElementProperties() - Method in class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerOutTopicEvent
-
Return the previous version of the element's properties (if the event is related to an element update).
- getQualifiedName() - Method in class org.odpi.openmetadata.accessservices.securitymanager.properties.TemplateProperties
-
Returns the stored qualified name property for the metadata entity.
- getSecurityGroupByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.securitymanager.api.SecurityManagerInterface
-
Retrieve the userIdentity metadata element with the supplied unique identifier.
- getSecurityGroupsForDistinguishedName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.securitymanager.api.SecurityManagerInterface
-
Return the list of security groups associated with a unique distinguishedName.
- getUserIdentitiesByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.securitymanager.api.SecurityManagerInterface
-
Retrieve the list of user identity metadata elements with a matching qualified name.
- getUserIdentityByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.securitymanager.api.SecurityManagerInterface
-
Retrieve the userIdentity metadata element with the supplied unique identifier.
H
- hashCode() - Method in class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerOutTopicEvent
-
Create a hash code for this element type.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.securitymanager.properties.TemplateProperties
-
Return hash code based on properties.
- hashCode() - Method in class org.odpi.openmetadata.accessservices.securitymanager.rest.TemplateRequestBody
-
Return hash code for this object
M
- MetadataSourceInterface - Interface in org.odpi.openmetadata.accessservices.securitymanager.api
-
MetadataSourceInterface is the interface used to define information about the third party technologies that an integration daemon is extracting metadata from.
N
- NEW_ELEMENT_CREATED - Enum constant in enum class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerEventType
- NULL_LISTENER - Enum constant in enum class org.odpi.openmetadata.accessservices.securitymanager.ffdc.SecurityManagerErrorCode
-
OMAS-SECURITY-MANAGER-500-001 - A null topic listener has been passed by user {0} on method {1}
O
- OMRS_NOT_INITIALIZED - Enum constant in enum class org.odpi.openmetadata.accessservices.securitymanager.ffdc.SecurityManagerErrorCode
-
OMAS-SECURITY-MANAGER-404-001 - The open metadata repository services are not initialized for the {0} operation
- org.odpi.openmetadata.accessservices.securitymanager.api - package org.odpi.openmetadata.accessservices.securitymanager.api
-
The API package defines the Java interfaces supported by the Security Manager OMAS.
- org.odpi.openmetadata.accessservices.securitymanager.events - package org.odpi.openmetadata.accessservices.securitymanager.events
- org.odpi.openmetadata.accessservices.securitymanager.ffdc - package org.odpi.openmetadata.accessservices.securitymanager.ffdc
-
This package provides the first failure data capture support for the Security Manager OMAS module.
- org.odpi.openmetadata.accessservices.securitymanager.properties - package org.odpi.openmetadata.accessservices.securitymanager.properties
-
These beans describe the core properties that are passed to the server to create and update metadata.
- org.odpi.openmetadata.accessservices.securitymanager.rest - package org.odpi.openmetadata.accessservices.securitymanager.rest
-
This package defines the beans used to build the REST request and response payloads.
- OUT_TOPIC_EVENT - Enum constant in enum class org.odpi.openmetadata.accessservices.securitymanager.ffdc.SecurityManagerAuditCode
P
- PARSE_EVENT_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.accessservices.securitymanager.ffdc.SecurityManagerAuditCode
- PROCESS_EVENT_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.accessservices.securitymanager.ffdc.SecurityManagerAuditCode
- processEvent(SecurityManagerOutTopicEvent) - Method in interface org.odpi.openmetadata.accessservices.securitymanager.api.SecurityManagerEventListener
-
Process an event that was published by the Security Manager OMAS.
- PUBLISHING_SHUTDOWN - Enum constant in enum class org.odpi.openmetadata.accessservices.securitymanager.ffdc.SecurityManagerAuditCode
- PUBLISHING_SHUTDOWN_ERROR - Enum constant in enum class org.odpi.openmetadata.accessservices.securitymanager.ffdc.SecurityManagerAuditCode
R
- REFRESH_ELEMENT_EVENT - Enum constant in enum class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerEventType
- registerListener(String, SecurityManagerEventListener) - Method in interface org.odpi.openmetadata.accessservices.securitymanager.api.SecurityManagerEventInterface
-
Register a listener object that will be passed each of the events published by the Security Manager OMAS.
S
- SecurityManagerAuditCode - Enum Class in org.odpi.openmetadata.accessservices.securitymanager.ffdc
-
The SecurityManagerAuditCode is used to define the message content for the OMRS Audit Log.
- SecurityManagerErrorCode - Enum Class in org.odpi.openmetadata.accessservices.securitymanager.ffdc
-
The SecurityManagerErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the Security Manager OMAS Services.
- SecurityManagerEventInterface - Interface in org.odpi.openmetadata.accessservices.securitymanager.api
-
SecurityManagerEventInterface defines how a client gets access to the configuration events produced by the Security Manager OMAS.
- SecurityManagerEventListener - Interface in org.odpi.openmetadata.accessservices.securitymanager.api
-
SecurityManagerEventListener is the interface that a client implements to register to receive the events from the Security Manager OMAS's out topic.
- SecurityManagerEventType - Enum Class in org.odpi.openmetadata.accessservices.securitymanager.events
-
SecurityManagerEventType describes the different types of events produced by the Security Manager OMAS.
- SecurityManagerInterface - Interface in org.odpi.openmetadata.accessservices.securitymanager.api
-
SecurityManagerInterface provides the interface both for retrieving additional information in order to process OutTopic events and for making changes to open metadata to match the content of the security manager.
- SecurityManagerOutTopicEvent - Class in org.odpi.openmetadata.accessservices.securitymanager.events
-
SecurityManagerOutTopicEvent provides the structure of the Security Manager OMAS's OutTopic events.
- SecurityManagerOutTopicEvent() - Constructor for class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerOutTopicEvent
-
Default Constructor
- SecurityManagerOutTopicEvent(SecurityManagerOutTopicEvent) - Constructor for class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerOutTopicEvent
-
Copy/clone constructor
- SERVICE_INITIALIZED - Enum constant in enum class org.odpi.openmetadata.accessservices.securitymanager.ffdc.SecurityManagerAuditCode
- SERVICE_INITIALIZING - Enum constant in enum class org.odpi.openmetadata.accessservices.securitymanager.ffdc.SecurityManagerAuditCode
- SERVICE_INSTANCE_FAILURE - Enum constant in enum class org.odpi.openmetadata.accessservices.securitymanager.ffdc.SecurityManagerAuditCode
- SERVICE_INSTANCE_TERMINATION_FAILURE - Enum constant in enum class org.odpi.openmetadata.accessservices.securitymanager.ffdc.SecurityManagerAuditCode
- SERVICE_PUBLISHING - Enum constant in enum class org.odpi.openmetadata.accessservices.securitymanager.ffdc.SecurityManagerAuditCode
- SERVICE_SHUTDOWN - Enum constant in enum class org.odpi.openmetadata.accessservices.securitymanager.ffdc.SecurityManagerAuditCode
- setClassificationName(String) - Method in class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerOutTopicEvent
-
Set up the name of the classification if the event relates to classifications.
- setDescription(String) - Method in class org.odpi.openmetadata.accessservices.securitymanager.properties.TemplateProperties
-
Set up the stored description property associated with the metadata entity.
- setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.securitymanager.properties.TemplateProperties
-
Set up the stored display name property for the metadata entity.
- setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerOutTopicEvent
-
Set up details of the subject of the event.
- setElementProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerOutTopicEvent
-
Set up the map of properties for the element provided with the event.
- setEventTime(Date) - Method in class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerOutTopicEvent
-
Set up the time that the element was updated.
- setEventType(SecurityManagerEventType) - Method in class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerOutTopicEvent
-
Set up the event type.
- setEventVersionId(long) - Method in class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerOutTopicEvent
-
Set up the event version id.
- setExternalSourceGUID(String) - Method in class org.odpi.openmetadata.accessservices.securitymanager.rest.TemplateRequestBody
-
Set up the unique identifier of the software server capability entity that represented the external source - null for local.
- setExternalSourceName(String) - Method in class org.odpi.openmetadata.accessservices.securitymanager.rest.TemplateRequestBody
-
Set up the unique name of the software server capability entity that represented the external source.
- setNetworkAddress(String) - Method in class org.odpi.openmetadata.accessservices.securitymanager.properties.TemplateProperties
-
Set up the physical network address of this metadata element (if this makes sense).
- setPreviousClassificationProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerOutTopicEvent
-
Set up the property map for the previous version of a classification's properties (used for reclassify events).
- setPreviousElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerOutTopicEvent
-
Set up the previous version of the element's header (if the event is related to an element update).
- setPreviousElementProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerOutTopicEvent
-
Set up the previous version of the element's properties (if the event is related to an element update).
- setQualifiedName(String) - Method in class org.odpi.openmetadata.accessservices.securitymanager.properties.TemplateProperties
-
Set up the fully qualified name.
T
- TemplateProperties - Class in org.odpi.openmetadata.accessservices.securitymanager.properties
-
TemplateProperties defined the properties that can be overridden from the template object when creating an object from a template.
- TemplateProperties() - Constructor for class org.odpi.openmetadata.accessservices.securitymanager.properties.TemplateProperties
-
Default constructor
- TemplateProperties(TemplateProperties) - Constructor for class org.odpi.openmetadata.accessservices.securitymanager.properties.TemplateProperties
-
Copy/clone constructor for the template properties.
- TemplateRequestBody - Class in org.odpi.openmetadata.accessservices.securitymanager.rest
-
TemplateRequestBody carries the parameters for creating a new asset using a template.
- TemplateRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.securitymanager.rest.TemplateRequestBody
-
Default constructor
- TemplateRequestBody(TemplateProperties) - Constructor for class org.odpi.openmetadata.accessservices.securitymanager.rest.TemplateRequestBody
-
Copy/clone constructor
- TemplateRequestBody(TemplateRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.securitymanager.rest.TemplateRequestBody
-
Copy/clone constructor
- toString() - Method in enum class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerEventType
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerOutTopicEvent
-
Standard toString method.
- toString() - Method in enum class org.odpi.openmetadata.accessservices.securitymanager.ffdc.SecurityManagerAuditCode
-
JSON-style toString
- toString() - Method in enum class org.odpi.openmetadata.accessservices.securitymanager.ffdc.SecurityManagerErrorCode
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.accessservices.securitymanager.properties.TemplateProperties
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.accessservices.securitymanager.rest.TemplateRequestBody
-
JSON-style toString
U
- UNABLE_TO_SEND_EVENT - Enum constant in enum class org.odpi.openmetadata.accessservices.securitymanager.ffdc.SecurityManagerErrorCode
-
OMAS-SECURITY-MANAGER-500-004 - An unexpected exception occurred when sending an event through connector {0} to the Security Manager OMAS out topic.
- UNKNOWN_EVENT - Enum constant in enum class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerEventType
- updateSecurityGroup(String, String, boolean, SecurityGroupProperties) - Method in interface org.odpi.openmetadata.accessservices.securitymanager.api.SecurityManagerInterface
-
Update an existing security group.
- updateUserIdentity(String, String, String, String, boolean, UserIdentityProperties) - Method in interface org.odpi.openmetadata.accessservices.securitymanager.api.SecurityManagerInterface
-
Update a UserIdentity.
V
- valueOf(String) - Static method in enum class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerEventType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.odpi.openmetadata.accessservices.securitymanager.ffdc.SecurityManagerAuditCode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.odpi.openmetadata.accessservices.securitymanager.ffdc.SecurityManagerErrorCode
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerEventType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.odpi.openmetadata.accessservices.securitymanager.ffdc.SecurityManagerAuditCode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.odpi.openmetadata.accessservices.securitymanager.ffdc.SecurityManagerErrorCode
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages