|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.util.http.trust.DefaultTrustedConnectionStatusBuilder
public class DefaultTrustedConnectionStatusBuilder
| Constructor Summary | |
|---|---|
DefaultTrustedConnectionStatusBuilder()
|
|
| Method Summary | |
|---|---|
TrustedConnectionStatus |
getTrustedConnectionStatus(HttpResponse httpResponse)
Parses the Trusted Applications Authentication headers from the HTTP response provided to the method and builds a TrustedConnectionStatus object with the results. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultTrustedConnectionStatusBuilder()
| Method Detail |
|---|
public TrustedConnectionStatus getTrustedConnectionStatus(HttpResponse httpResponse)
TrustedConnectionStatusBuilderTrustedConnectionStatus object with the results. It is assumed that the response corresponds to a
request that was made using TAA headers; if you call this on a response to a request where trusted authentication
was not attempted, the return value is undefined.
getTrustedConnectionStatus in interface TrustedConnectionStatusBuilderhttpResponse - the HTTP response to extract the trusted connection status from. Must not be
null, or an IllegalArgumentException will be thrown.
TrustedConnectionStatus object containing information about the status and any errors that
occurred with the trusted connection. Must not return null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||