Package org.odpi.openmetadata.accessservices.securitymanager.converters
Provides the converters that take beans from the repository services (eg entities and relationships)
and converts them into Security Manager OMAS beans to return to the caller.
-
Class Summary Class Description ActorProfileConverter<B> ActorProfileConverter generates a ActorProfileElement bean from a ActorProfile entity.ContactMethodConverter<B> ContactMethodConverter generates a ContactMethodProperties bean from a ContactMethodProperties entity.ElementHeaderConverter<B> ElementHeaderConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a ElementHeader bean.PersonRoleConverter<B> PersonRoleConverter generates a PersonRoleProperties bean from an PersonRoleProperties entity and the relationships connected to it.SecurityGroupConverter<B> GovernanceDefinitionConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a bean that inherits from GovernanceDefinition.SecurityManagerConverter<B> SecurityManagerConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a SecurityManagerElement bean.SecurityManagerOMASConverter<B> SecurityManagerOMASConverter provides the generic methods for the Security Manager beans converters.UserIdentityConverter<B> UserIdentityConverter generates an UserIdentityElement bean from an UserIdentity entity.