|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transferable | |
org.n52.security.common.protocol | |
org.n52.security.common.protocol.artifact | |
org.n52.security.util |
Uses of Transferable in org.n52.security.common.protocol |
Methods in org.n52.security.common.protocol that return Transferable | |
Transferable |
PolicyEnforcementService.doService(java.lang.String version,
Transferable pTransferable,
Credential credential)
Corresponds to the DoService request of the Web Security Service specification. |
Methods in org.n52.security.common.protocol with parameters of type Transferable | |
Transferable |
PolicyEnforcementService.doService(java.lang.String version,
Transferable pTransferable,
Credential credential)
Corresponds to the DoService request of the Web Security Service specification. |
Uses of Transferable in org.n52.security.common.protocol.artifact |
Classes in org.n52.security.common.protocol.artifact that implement Transferable | |
class |
TransferableImpl
Tasks of Class TransferableImpl: Implements Transferable |
Methods in org.n52.security.common.protocol.artifact that return Transferable | |
Transferable |
TransferableFactory.createTextualTransferable(java.lang.String pContentType,
java.lang.String pPayLoad,
java.lang.String pTargetCharset)
|
Transferable |
TransferableFactory.createStreamTransferable(java.lang.String pContentType,
java.io.InputStream pPayLoad,
java.lang.String pCharset)
|
Transferable |
TransferableCreator.getAsTransferable()
|
Transferable |
SessionInfo.getAsTransferable()
|
Transferable |
ServiceException.getAsTransferable()
|
Transferable |
SAMLResponse.getAsTransferable()
|
Transferable |
PolicyEnforcementServiceCapabilities.getAsTransferable()
|
Transferable |
AuthenticationServiceCapabilities.getAsTransferable()
|
Uses of Transferable in org.n52.security.util |
Methods in org.n52.security.util that return Transferable | |
static Transferable |
HttpsServiceConncetion.conncectToService(java.net.URL requestUrl,
java.lang.String lProxyHost,
java.lang.String lProxyPort)
|
static Transferable |
HttpsServiceConncetion.conncectToServicePost(java.net.URL requestUrl,
java.lang.String lProxyHost,
java.lang.String lProxyPort,
byte[] originalRequest)
|
static Transferable |
HttpsServiceConncetion.conncectToService(java.net.URL requestUrl)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |