Uses of Interface
com.sas.services.information.metadata.LoginInterface

Packages that use LoginInterface
com.sas.services.information.metadata Information Service metadata. 
 

Uses of LoginInterface in com.sas.services.information.metadata
 

Methods in com.sas.services.information.metadata with parameters of type LoginInterface
 void UnauthenticatedIdentity.addLogin(LoginInterface login)
           
 void SelfIdentity.addLogin(LoginInterface login)
           
 void ReferenceIdentity.addLogin(LoginInterface login)
           
 void PropertyIdentity.addLogin(LoginInterface login)
           
 void IdentityInterface.addLogin(LoginInterface login)
          Add a login to the Identity Group.
 void DavPerson.addLogin(LoginInterface login)
           
 void AuthenticatedIdentity.addLogin(LoginInterface login)
           
 void AllUsersIdentity.addLogin(LoginInterface login)
           
 void UnauthenticatedIdentity.removeLogin(LoginInterface login)
           
 void SelfIdentity.removeLogin(LoginInterface login)
           
 void ReferenceIdentity.removeLogin(LoginInterface login)
           
 void PropertyIdentity.removeLogin(LoginInterface login)
           
 void IdentityInterface.removeLogin(LoginInterface login)
          Remove a Login from the Identity Group.
 void DavPerson.removeLogin(LoginInterface login)
           
 void AuthenticatedIdentity.removeLogin(LoginInterface login)
           
 void AllUsersIdentity.removeLogin(LoginInterface login)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.