Uses of Interface
com.sas.metadata.remote.Identity

Packages that use Identity
com.sas.metadata.remote Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture. 
 

Uses of Identity in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that return Identity
 Identity Tree.getAssociatedIdentity()
          Gets the Identity for AssociatedIdentity
 Identity Login.getAssociatedIdentity()
          Gets the Identity for AssociatedIdentity
 Identity Change.getChangeIdentity()
          Gets the Identity for ChangeIdentity
 Identity InternalLogin.getForIdentity()
          Gets the Identity for ForIdentity
 Identity MdOMIUtil.getIdentity(MdObjectStore store)
          This routine is used to retrieve the identity object of the current user.
 Identity MdOMRConnection.getIdentityOfUserConnected(MdStore store, java.lang.String reposID)
          Returns the Identity object for the user currently connected to the server.
 

Methods in com.sas.metadata.remote with parameters of type Identity
 void Tree.setAssociatedIdentity(Identity inObject)
          Sets the AssociatedIdentitys list 0th element to be inObject.
 void Login.setAssociatedIdentity(Identity inObject)
          Sets the AssociatedIdentitys list 0th element to be inObject.
 void Change.setChangeIdentity(Identity inObject)
          Sets the ChangeIdentitys list 0th element to be inObject.
 void InternalLogin.setForIdentity(Identity inObject)
          Sets the ForIdentitys list 0th element to be inObject.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.