| Methods in com.atlassian.confluence.security.trust that return TrustedToken |
TrustedToken |
TrustedTokenFactory.getToken()
Deprecated. since 5.3.3 use getToken(String url) instead. A url is required for signing in the v2 or v3 protocols of Trusted Apps. v0 and v1 of the protocol which do not require the URL have been removed from Trusted Apps v3.0.2 |
TrustedToken |
DefaultTrustedApplicationsManager.getToken()
Deprecated. since 5.3.3 use getToken(String url) instead. A url is required for signing in the v2 or v3 protocols of Trusted Apps. v0 and v1 of the protocol which do not require the URL have been removed from Trusted Apps v3.0.2 |
TrustedToken |
TrustedTokenFactory.getToken(java.lang.String url)
|
TrustedToken |
DefaultTrustedApplicationsManager.getToken(java.lang.String url)
|