org.wso2.carbon.appfactory.repository.mgt.service
Interface RepositoryAuthenticationService

All Known Implementing Classes:
RepositoryAuthenticationServiceStub

public interface RepositoryAuthenticationService


Method Summary
 boolean hasAccess(String username1, String applicationId2, String repoAction3, String fullRepoName4)
          Auto generated method signature
 void starthasAccess(String username1, String applicationId2, String repoAction3, String fullRepoName4, RepositoryAuthenticationServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 

Method Detail

hasAccess

boolean hasAccess(String username1,
                  String applicationId2,
                  String repoAction3,
                  String fullRepoName4)
                  throws RemoteException
Auto generated method signature

Parameters:
hasAccess0 -
Throws:
RemoteException

starthasAccess

void starthasAccess(String username1,
                    String applicationId2,
                    String repoAction3,
                    String fullRepoName4,
                    RepositoryAuthenticationServiceCallbackHandler callback)
                    throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
hasAccess0 -
Throws:
RemoteException


Copyright © 2015 WSO2 Inc. All rights reserved.