it.eng.spagobi.services.security.stub
Class SecurityServiceSoapBindingSkeleton

java.lang.Object
  extended by it.eng.spagobi.services.security.stub.SecurityServiceSoapBindingSkeleton
All Implemented Interfaces:
SecurityService, java.io.Serializable, java.rmi.Remote, org.apache.axis.wsdl.Skeleton

public class SecurityServiceSoapBindingSkeleton
extends java.lang.Object
implements SecurityService, org.apache.axis.wsdl.Skeleton

See Also:
Serialized Form

Constructor Summary
SecurityServiceSoapBindingSkeleton()
           
SecurityServiceSoapBindingSkeleton(SecurityService impl)
           
 
Method Summary
 boolean checkAuthorization(java.lang.String in0, java.lang.String in1, java.lang.String in2)
           
static java.util.List getOperationDescByName(java.lang.String methodName)
          Returns List of OperationDesc objects with this name
static java.util.Collection getOperationDescs()
          Returns Collection of OperationDescs
 SpagoBIUserProfile getUserProfile(java.lang.String in0, java.lang.String in1)
           
 boolean isAuthorized(java.lang.String in0, java.lang.String in1, java.lang.String in2, java.lang.String in3)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityServiceSoapBindingSkeleton

public SecurityServiceSoapBindingSkeleton()

SecurityServiceSoapBindingSkeleton

public SecurityServiceSoapBindingSkeleton(SecurityService impl)
Method Detail

getOperationDescByName

public static java.util.List getOperationDescByName(java.lang.String methodName)
Returns List of OperationDesc objects with this name


getOperationDescs

public static java.util.Collection getOperationDescs()
Returns Collection of OperationDescs


getUserProfile

public SpagoBIUserProfile getUserProfile(java.lang.String in0,
                                         java.lang.String in1)
                                  throws java.rmi.RemoteException
Specified by:
getUserProfile in interface SecurityService
Throws:
java.rmi.RemoteException

isAuthorized

public boolean isAuthorized(java.lang.String in0,
                            java.lang.String in1,
                            java.lang.String in2,
                            java.lang.String in3)
                     throws java.rmi.RemoteException
Specified by:
isAuthorized in interface SecurityService
Throws:
java.rmi.RemoteException

checkAuthorization

public boolean checkAuthorization(java.lang.String in0,
                                  java.lang.String in1,
                                  java.lang.String in2)
                           throws java.rmi.RemoteException
Specified by:
checkAuthorization in interface SecurityService
Throws:
java.rmi.RemoteException