|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GSIProtectionLevel | |
uk.org.ogsadai.activity.delivery.wsrf | This package provides classes implementing delivery activities that are specific to WSRF-compliant versions of OGSA-DAI. |
uk.org.ogsadai.client.toolkit.activity.delivery | This package provides classes that provide a client-side representation of delivery activities in Java. |
uk.org.ogsadai.client.toolkit.security.wsrf | Provides WSRF-specific client toolkit security related functionality. |
Uses of GSIProtectionLevel in uk.org.ogsadai.activity.delivery.wsrf |
Fields in uk.org.ogsadai.activity.delivery.wsrf declared as GSIProtectionLevel | |
private GSIProtectionLevel |
GSISecureConversationProperty.mProtectionLevel |
Methods in uk.org.ogsadai.activity.delivery.wsrf that return GSIProtectionLevel | |
GSIProtectionLevel |
GSISecureConversationProperty.getProtectionLevel() Gets the current protection level setting. |
private static GSIProtectionLevel |
DataTransportSecurityHelper.getProtectionLevel(org.w3c.dom.Element gsiSecureConvElement) Gets the protection level setting from the GSISecureConversation element. |
Methods in uk.org.ogsadai.activity.delivery.wsrf with parameters of type GSIProtectionLevel | |
void |
GSISecureConversationProperty.setProtectionLevel(GSIProtectionLevel protectionLevel) Sets the protection level to use for the GSI secure conversation. |
Uses of GSIProtectionLevel in uk.org.ogsadai.client.toolkit.activity.delivery |
Fields in uk.org.ogsadai.client.toolkit.activity.delivery declared as GSIProtectionLevel | |
protected GSIProtectionLevel |
DeliverToDT.mProtectionLevel GSI Protection level to use when contacting remove service |
protected GSIProtectionLevel |
DeliverFromDT.mProtectionLevel GSI Protection level to use when contacting remove service |
Methods in uk.org.ogsadai.client.toolkit.activity.delivery with parameters of type GSIProtectionLevel | |
void |
DeliverToDT.setGSISecureConversation(GSIProtectionLevel protectionLevel, GSIAuthorizationType authorizationType) Sets that GSI Secure Conversation message level security should be used when communicating with the remote service. |
void |
DeliverFromDT.setGSISecureConversation(GSIProtectionLevel protectionLevel, GSIAuthorizationType authorizationType) Sets that GSI Secure Conversation message level security should be used when communicating with the remote service. |
Uses of GSIProtectionLevel in uk.org.ogsadai.client.toolkit.security.wsrf |
Fields in uk.org.ogsadai.client.toolkit.security.wsrf declared as GSIProtectionLevel | |
static GSIProtectionLevel |
GSIProtectionLevel.INTEGRITY Integrity protection level. |
static GSIProtectionLevel |
GSIProtectionLevel.PRIVACY Privacy protection level. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |