|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.org.ogsadai.activity.delivery.wsrf.DataTransportSecurityHelper
A helper class for data transport activities which parses the activity in the client's request to extract Globus security parameters.
Field Summary | |
private static java.lang.String |
COPYRIGHT_NOTICE
Copyright statement |
Constructor Summary | |
DataTransportSecurityHelper()
|
Method Summary | |
private static GSIAuthorizationType |
getAuthorizationType(org.w3c.dom.Element gsiSecureConvElement)
Gets the authorization type setting from the GSISecureConversation element. |
private static GSIProtectionLevel |
getProtectionLevel(org.w3c.dom.Element gsiSecureConvElement)
Gets the protection level setting from the GSISecureConversation element. |
static GSISecureConversationProperty |
parse(org.w3c.dom.Element activityParameters)
Parses the given activity parameters element and if there is a GSISecureConversation element returns a security property that specifies these. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final java.lang.String COPYRIGHT_NOTICE
Constructor Detail |
public DataTransportSecurityHelper()
Method Detail |
public static GSISecureConversationProperty parse(org.w3c.dom.Element activityParameters)
activityParameters
- the XML element specifing the activity's parameters
private static GSIProtectionLevel getProtectionLevel(org.w3c.dom.Element gsiSecureConvElement)
gsiSecureConvElement
- XML GSISecureConversation element that will contain a protection
level specification.
private static GSIAuthorizationType getAuthorizationType(org.w3c.dom.Element gsiSecureConvElement)
gsiSecureConvElement
- XML GSISecureConversation element that will contain a authorization
type specification.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |