|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ogf.graap.wsag.api.security.SecurityConstants
public class SecurityConstants
SecurityConstants
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 |
---|
public static final String DEFAULT_ALIAS
org.ogf.graap.wsag.security.ws.server.Merlin
properties.
public static final String DEFAULT_ALIAS_PASSWORD
org.ogf.graap.wsag.security.ws.server.Merlin
properties.
public static final String CRYPTO_SIGN
org.ogf.graap.wsag.security.ws.server.Merlin
properties.
public static final String CRYPTO_ENC
org.ogf.graap.wsag.security.ws.server.Merlin
properties.
public static final String X509_CLIENT_CERTIFICATE
org.ogf.graap.wsag.server.api.WsagMessageContext
.
public static final String AUTHENTICATED_USER
org.ogf.graap.wsag.server.api.WsagMessageContext
.
public static final String X509_CLIENT_CERTIFICATE_CHAIN
org.ogf.graap.wsag.server.api.WsagMessageContext
.
public static final String X500_SERVER_IDENTITY
org.ogf.graap.wsag.client.remote.WsrfResourceClient
.
public static final String X509_SERVER_CERTIFICATE
org.ogf.graap.wsag.client.remote.Axis2SoapClient
.
public static final String X509_SERVER_CERTIFICATE_CHAIN
org.ogf.graap.wsag.client.remote.Axis2SoapClient
.
public static final String SAML_TRUST_DELEGATION
public static final String PROP_CRYPTO_PROVIDER
public static final String PROP_KEYSTORE_TYPE
public static final String PROP_KEYSTORE_PASS
public static final String PROP_KEYSTORE_ALIAS
public static final String PROP_KEYSTORE_ALIAS_PASS
public static final String PROP_KEYSTORE_FILE
public static final String PROP_TRUSTSTORE_FILE
public static final String PROP_TRUSTSTORE_TYPE
public static final String PROP_TRUSTSTORE_PASS
Constructor Detail |
---|
public SecurityConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |