org.ogf.graap.wsag.api.security
Class SecurityConstants

java.lang.Object
  extended by org.ogf.graap.wsag.api.security.SecurityConstants

public class SecurityConstants
extends Object

SecurityConstants

Author:
Oliver Waeldrich

Field Summary
static String AUTHENTICATED_USER
          Default key to lookup the JAAS subject of the authenticated user in the org.ogf.graap.wsag.server.api.WsagMessageContext.
static String CRYPTO_ENC
          WSAG4J default encoding crypto key.
static String CRYPTO_SIGN
          WSAG4J default signing crypto key.
static String DEFAULT_ALIAS
          WSAG4J default alias key.
static String DEFAULT_ALIAS_PASSWORD
          WSAG4J default alias password key.
static String PROP_CRYPTO_PROVIDER
          WS-Security crypto provider key.
static String PROP_KEYSTORE_ALIAS
          WS-Security keystore alias key.
static String PROP_KEYSTORE_ALIAS_PASS
          WS-Security keystore alias password key.
static String PROP_KEYSTORE_FILE
          WS-Security keystore filename key.
static String PROP_KEYSTORE_PASS
          WS-Security keystore password key.
static String PROP_KEYSTORE_TYPE
          WS-Security keystore type key.
static String PROP_TRUSTSTORE_FILE
          WS-Security trust store filename key.
static String PROP_TRUSTSTORE_PASS
          WS-Security trust store password key.
static String PROP_TRUSTSTORE_TYPE
          WS-Security trust store type key.
static String SAML_TRUST_DELEGATION
          WSAG4J default SAML trust delegation key.
static String X500_SERVER_IDENTITY
          WSAG4J default server identity key.
static String X509_CLIENT_CERTIFICATE
          WSAG4J default client certificate key.
static String X509_CLIENT_CERTIFICATE_CHAIN
          WSAG4J default client certificate chain key.
static String X509_SERVER_CERTIFICATE
          WSAG4J default server certificate key.
static String X509_SERVER_CERTIFICATE_CHAIN
          WSAG4J default server certificate chain key.
 
Constructor Summary
SecurityConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_ALIAS

public static final String DEFAULT_ALIAS
WSAG4J default alias key. Used for lookup in org.ogf.graap.wsag.security.ws.server.Merlin properties.

See Also:
Constant Field Values

DEFAULT_ALIAS_PASSWORD

public static final String DEFAULT_ALIAS_PASSWORD
WSAG4J default alias password key. Used for lookup in org.ogf.graap.wsag.security.ws.server.Merlin properties.

See Also:
Constant Field Values

CRYPTO_SIGN

public static final String CRYPTO_SIGN
WSAG4J default signing crypto key. Used for lookup in org.ogf.graap.wsag.security.ws.server.Merlin properties.

See Also:
Constant Field Values

CRYPTO_ENC

public static final String CRYPTO_ENC
WSAG4J default encoding crypto key. Used for lookup in org.ogf.graap.wsag.security.ws.server.Merlin properties.

See Also:
Constant Field Values

X509_CLIENT_CERTIFICATE

public static final String X509_CLIENT_CERTIFICATE
WSAG4J default client certificate key. Used for lookup in org.ogf.graap.wsag.server.api.WsagMessageContext.

See Also:
Constant Field Values

AUTHENTICATED_USER

public static final String AUTHENTICATED_USER
Default key to lookup the JAAS subject of the authenticated user in the org.ogf.graap.wsag.server.api.WsagMessageContext.

See Also:
Constant Field Values

X509_CLIENT_CERTIFICATE_CHAIN

public static final String X509_CLIENT_CERTIFICATE_CHAIN
WSAG4J default client certificate chain key. Used for lookup org.ogf.graap.wsag.server.api.WsagMessageContext.

See Also:
Constant Field Values

X500_SERVER_IDENTITY

public static final String X500_SERVER_IDENTITY
WSAG4J default server identity key. Used for lookup by org.ogf.graap.wsag.client.remote.WsrfResourceClient.

See Also:
Constant Field Values

X509_SERVER_CERTIFICATE

public static final String X509_SERVER_CERTIFICATE
WSAG4J default server certificate key. Used for lookup by org.ogf.graap.wsag.client.remote.Axis2SoapClient.

See Also:
Constant Field Values

X509_SERVER_CERTIFICATE_CHAIN

public static final String X509_SERVER_CERTIFICATE_CHAIN
WSAG4J default server certificate chain key. Used for lookup by org.ogf.graap.wsag.client.remote.Axis2SoapClient.

See Also:
Constant Field Values

SAML_TRUST_DELEGATION

public static final String SAML_TRUST_DELEGATION
WSAG4J default SAML trust delegation key.

See Also:
Constant Field Values

PROP_CRYPTO_PROVIDER

public static final String PROP_CRYPTO_PROVIDER
WS-Security crypto provider key.

See Also:
Constant Field Values

PROP_KEYSTORE_TYPE

public static final String PROP_KEYSTORE_TYPE
WS-Security keystore type key.

See Also:
Constant Field Values

PROP_KEYSTORE_PASS

public static final String PROP_KEYSTORE_PASS
WS-Security keystore password key.

See Also:
Constant Field Values

PROP_KEYSTORE_ALIAS

public static final String PROP_KEYSTORE_ALIAS
WS-Security keystore alias key.

See Also:
Constant Field Values

PROP_KEYSTORE_ALIAS_PASS

public static final String PROP_KEYSTORE_ALIAS_PASS
WS-Security keystore alias password key.

See Also:
Constant Field Values

PROP_KEYSTORE_FILE

public static final String PROP_KEYSTORE_FILE
WS-Security keystore filename key.

See Also:
Constant Field Values

PROP_TRUSTSTORE_FILE

public static final String PROP_TRUSTSTORE_FILE
WS-Security trust store filename key.

See Also:
Constant Field Values

PROP_TRUSTSTORE_TYPE

public static final String PROP_TRUSTSTORE_TYPE
WS-Security trust store type key.

See Also:
Constant Field Values

PROP_TRUSTSTORE_PASS

public static final String PROP_TRUSTSTORE_PASS
WS-Security trust store password key.

See Also:
Constant Field Values
Constructor Detail

SecurityConstants

public SecurityConstants()


Copyright © 2008-2012. All Rights Reserved.