com.atlassian.security.auth.trustedapps
Class TrustedApplicationUtils.Constant

java.lang.Object
  extended bycom.atlassian.security.auth.trustedapps.TrustedApplicationUtils.Constant
Enclosing class:
TrustedApplicationUtils

public static final class TrustedApplicationUtils.Constant
extends java.lang.Object

Used in Request/Response Header values for validating the capabilites of the client/server.

Since:
0.35

Field Summary
static java.lang.String CHARSET_NAME
          Default charset used for encoding/decoding Strings.
static java.lang.String MAGIC
          Magic number used to validate successful decryption.
static java.lang.Integer VERSION
          The protocol version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final java.lang.Integer VERSION
The protocol version. The first version of this protocol did not contain this header and so was verion#0.


MAGIC

public static final java.lang.String MAGIC
Magic number used to validate successful decryption.


CHARSET_NAME

public static final java.lang.String CHARSET_NAME
Default charset used for encoding/decoding Strings.

See Also:
Constant Field Values


Copyright © 2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.