Uses of Interface
com.sas.metadata.remote.Identity
Packages that use Identity
Package
Description
Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture.
Provides the implementation of the remote java interface to the SAS Metadata Server.
-
Uses of Identity in com.sas.metadata.remote
Subinterfaces of Identity in com.sas.metadata.remoteModifier and TypeInterfaceDescriptioninterfaceGrouping mechanism for identity objects.interfaceThis type represents the information kept about a person.Fields in com.sas.metadata.remote declared as IdentityMethods in com.sas.metadata.remote that return IdentityModifier and TypeMethodDescriptionLogin.getAssociatedIdentity()Gets theIdentityforAssociatedIdentityTree.getAssociatedIdentity()Gets theIdentityforAssociatedIdentityChange.getChangeIdentity()Gets theIdentityforChangeIdentityInternalLogin.getForIdentity()Gets theIdentityforForIdentityMdAuthorizationIdentityInfo.getIdentity()Returns the identity object referenceMdAuthorizationIdentityInfoImpl.getIdentity()MdOMIUtil.getIdentity(MdObjectStore store) This routine is used to retrieve the identity object of the current user.MdOMIUtilImpl.getIdentity(MdObjectStore store) This routine is used to retrieve the identity object of the current user.MdOMRConnection.getIdentityOfUserConnected(MdStore store, String reposID) Returns the Identity object for the user currently connected to the server.MdOMRConnectionImpl.getIdentityOfUserConnected(MdStore store, String reposID) Returns the Identity object for the user currently connected to the server.protected static IdentityMdModelUtil.populateStoreWithIdentity(MdObjectStore store) Mechanism for populating the object store with the specific Identity and Group information for the current metadata server user.Methods in com.sas.metadata.remote with parameters of type IdentityModifier and TypeMethodDescriptionMdAuthorizationInfoMdAuthorizationBase.getAuthorizations(Identity identity, List<String> permissions) Get authorizations for a single identityMdAuthorizationInfoMdAuthorizationUtilImpl.getAuthorizations(Identity identity, List<String> permissions) Get AuthorizationsMdAuthorizationExplainedInfoMdAuthorizationBase.getAuthorizationsExplained(Identity identity, List<String> permissions) Get authorization sources explained for a single identity.MdAuthorizationExplainedInfoMdAuthorizationUtilImpl.getAuthorizationsExplained(Identity identity, List<String> permissions) Get Authorizations with Indirect Authorization Sources ExplainedvoidLogin.setAssociatedIdentity(Identity inObject) Sets theAssociatedIdentityslist 0th element to beinObject.voidTree.setAssociatedIdentity(Identity inObject) Sets theAssociatedIdentityslist 0th element to beinObject.voidMdAuthorizationBase.setAuthorizations(Identity identity, List<MdPermissionInfo> permissionInfoList) Set permission(s) for a single identityvoidMdAuthorizationUtilImpl.setAuthorizations(Identity identity, List<MdPermissionInfo> permissionInfoList) Set AuthorizationsvoidChange.setChangeIdentity(Identity inObject) Sets theChangeIdentityslist 0th element to beinObject.voidInternalLogin.setForIdentity(Identity inObject) Sets theForIdentityslist 0th element to beinObject.Method parameters in com.sas.metadata.remote with type arguments of type IdentityModifier and TypeMethodDescriptionList<MdAuthorizationInfo> MdAuthorizationBase.getAuthorizations(List<Identity> identities, List<String> permissions) Get authorizations for multiple identitiesList<MdAuthorizationInfo> MdAuthorizationUtilImpl.getAuthorizations(List<Identity> identities, List<String> permissions) Get AuthorizationsList<MdAuthorizationExplainedInfo> MdAuthorizationBase.getAuthorizationsExplained(List<Identity> identities, List<String> permissions) Get authorization sources explained for a list of identities.List<MdAuthorizationExplainedInfo> MdAuthorizationUtilImpl.getAuthorizationsExplained(List<Identity> identities, List<String> permissions) Get Authorizations with Indirect Authorization Sources ExplainedConstructors in com.sas.metadata.remote with parameters of type Identity -
Uses of Identity in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return IdentityModifier and TypeMethodDescriptionLoginImpl.getAssociatedIdentity()Gets theIdentityforAssociatedIdentityNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.TreeImpl.getAssociatedIdentity()Gets theIdentityforAssociatedIdentityNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.ChangeImpl.getChangeIdentity()Gets theIdentityforChangeIdentityNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.InternalLoginImpl.getForIdentity()Gets theIdentityforForIdentityNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.Methods in com.sas.metadata.remote.impl with parameters of type IdentityModifier and TypeMethodDescriptionvoidLoginImpl.setAssociatedIdentity(Identity inObject) Sets theAssociatedIdentityslist 0th element to beinObject.voidTreeImpl.setAssociatedIdentity(Identity inObject) Sets theAssociatedIdentityslist 0th element to beinObject.voidChangeImpl.setChangeIdentity(Identity inObject) Sets theChangeIdentityslist 0th element to beinObject.voidInternalLoginImpl.setForIdentity(Identity inObject) Sets theForIdentityslist 0th element to beinObject.