uk.org.ogsadai.client.toolkit.security
Class SecurityProperty

java.lang.Object
  |
  +--uk.org.ogsadai.client.toolkit.ConnectionProperty
        |
        +--uk.org.ogsadai.client.toolkit.security.SecurityProperty
Direct Known Subclasses:
GSISecureConversationProperty, GSITransportEncryptionProperty, SecurityConfigProperty

public abstract class SecurityProperty
extends ConnectionProperty

Abstract class representing security-related connection properties. OGSA-DAI security properties have name {https://ogsadai.org.uk/namespaces/2005/10/}security.

Author:
The OGSA-DAI Team.

Field Summary
private static java.lang.String COPYRIGHT_NOTICE
          Copyright statement
static javax.xml.namespace.QName SECURITY
          Default name of OGSA-DAI connection property for security
 
Fields inherited from class uk.org.ogsadai.client.toolkit.ConnectionProperty
CONNECTION_PROPERTY_NS
 
Constructor Summary
SecurityProperty()
          Creates a security-related connection property.
 
Methods inherited from class uk.org.ogsadai.client.toolkit.ConnectionProperty
configureCallFactory, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT_NOTICE

private static final java.lang.String COPYRIGHT_NOTICE
Copyright statement

See Also:
Constant Field Values

SECURITY

public static final javax.xml.namespace.QName SECURITY
Default name of OGSA-DAI connection property for security

Constructor Detail

SecurityProperty

public SecurityProperty()
Creates a security-related connection property.