|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GSIAuthorizationType | |
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 GSIAuthorizationType in uk.org.ogsadai.activity.delivery.wsrf |
Fields in uk.org.ogsadai.activity.delivery.wsrf declared as GSIAuthorizationType | |
private GSIAuthorizationType |
GSISecureConversationProperty.mAuthorizationType
|
Methods in uk.org.ogsadai.activity.delivery.wsrf that return GSIAuthorizationType | |
private static GSIAuthorizationType |
DataTransportSecurityHelper.getAuthorizationType(org.w3c.dom.Element gsiSecureConvElement)
Gets the authorization type setting from the GSISecureConversation element. |
GSIAuthorizationType |
GSISecureConversationProperty.getAuthorizationType()
Gets the current authorization type setting. |
Methods in uk.org.ogsadai.activity.delivery.wsrf with parameters of type GSIAuthorizationType | |
void |
GSISecureConversationProperty.setAuthorization(GSIAuthorizationType authzType)
Sets the authorization type to use for the GSI secure conversation. |
Uses of GSIAuthorizationType in uk.org.ogsadai.client.toolkit.activity.delivery |
Fields in uk.org.ogsadai.client.toolkit.activity.delivery declared as GSIAuthorizationType | |
protected GSIAuthorizationType |
DeliverFromDT.mAuthorizationType
GSI authorization type to use when contacting remove service |
protected GSIAuthorizationType |
DeliverToDT.mAuthorizationType
GSI authorization type to use when contacting remove service |
Methods in uk.org.ogsadai.client.toolkit.activity.delivery with parameters of type GSIAuthorizationType | |
void |
DeliverFromDT.setGSISecureConversation(GSIProtectionLevel protectionLevel,
GSIAuthorizationType authorizationType)
Sets that GSI Secure Conversation message level security should be used when communicating with the remote service. |
void |
DeliverToDT.setGSISecureConversation(GSIProtectionLevel protectionLevel,
GSIAuthorizationType authorizationType)
Sets that GSI Secure Conversation message level security should be used when communicating with the remote service. |
Uses of GSIAuthorizationType in uk.org.ogsadai.client.toolkit.security.wsrf |
Subclasses of GSIAuthorizationType in uk.org.ogsadai.client.toolkit.security.wsrf | |
class |
GSIIdentityAuthorizationType
Represention of GSI identity authorization. |
Fields in uk.org.ogsadai.client.toolkit.security.wsrf declared as GSIAuthorizationType | |
static GSIAuthorizationType |
GSIAuthorizationType.NONE
No client-side authorization. |
static GSIAuthorizationType |
GSIAuthorizationType.HOST
Host authorization. |
static GSIAuthorizationType |
GSIAuthorizationType.SELF
Self authorization. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |