Uses of Interface
com.sapportals.portal.prt.service.soap.security.ISOAPSecurityManager

Packages that use ISOAPSecurityManager
com.sapportals.portal.prt.service.soap   
com.sapportals.portal.prt.service.soap.security   
 

Uses of ISOAPSecurityManager in com.sapportals.portal.prt.service.soap
 

Methods in com.sapportals.portal.prt.service.soap that return ISOAPSecurityManager
 ISOAPSecurityManager ISOAPService.getSecurityManager()
          Get the Security Manager of the SOAP Service
 

Uses of ISOAPSecurityManager in com.sapportals.portal.prt.service.soap.security
 

Methods in com.sapportals.portal.prt.service.soap.security with parameters of type ISOAPSecurityManager
 javax.xml.soap.SOAPMessage IPRTSOAPSecuredMessage.unmarshall(javax.xml.soap.SOAPMessage soapSecuMsg, ISOAPSecurityManager soapSecuManager)