com.atlassian.confluence.util.http.httpclient
Class TrustedTokenAuthenticator.TrustedConnectionStatus
java.lang.Object
com.atlassian.confluence.util.http.httpclient.TrustedTokenAuthenticator.TrustedConnectionStatus
- Enclosing class:
- TrustedTokenAuthenticator
public static final class TrustedTokenAuthenticator.TrustedConnectionStatus
- extends java.lang.Object
Represents the status of a trusted connection response
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UNSUPPORTED
public static final TrustedTokenAuthenticator.TrustedConnectionStatus UNSUPPORTED
SUCCESS
public static final TrustedTokenAuthenticator.TrustedConnectionStatus SUCCESS
isUserRecognized
public boolean isUserRecognized()
- Returns:
- true if the user was recognised by the server
isAppRecognized
public boolean isAppRecognized()
- Returns:
- true if the requesting application was recognised by the server (i.e. a trust relationship has been established)
isTrustedConnectionError
public boolean isTrustedConnectionError()
- Returns:
- true if there were any errors in processing the trusted application request
getTrustedConnectionErrors
public java.util.List getTrustedConnectionErrors()
- Returns:
- A list of errors reported by the server
isTrustSupported
public boolean isTrustSupported()
- Returns:
- true if the server actually supports trusted application requests
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.