Searched refs:getAdminSessionTokenCookie (Results 1 - 4 of 4) sorted by relevance
/forgerock/openam/openam-samples/sts-example-code/ |
H A D | RestSTSInstancePublisher.java | 174 connection.setRequestProperty(COOKIE, getAdminSessionTokenCookie()); 185 connection.setRequestProperty(COOKIE, getAdminSessionTokenCookie()); 203 connection.setRequestProperty(COOKIE, getAdminSessionTokenCookie()); 224 connection.setRequestProperty(COOKIE, getAdminSessionTokenCookie()); 249 private String getAdminSessionTokenCookie() throws IOException { method in class:RestSTSInstancePublisher
|
H A D | SoapSTSInstancePublisher.java | 141 connection.setRequestProperty(COOKIE, getAdminSessionTokenCookie()); 152 connection.setRequestProperty(COOKIE, getAdminSessionTokenCookie()); 169 connection.setRequestProperty(COOKIE, getAdminSessionTokenCookie()); 191 private String getAdminSessionTokenCookie() throws IOException { method in class:SoapSTSInstancePublisher
|
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/sts/model/ |
H A D | STSInstanceModelBase.java | 418 connection.setRequestProperty(COOKIE, getAdminSessionTokenCookie()); 443 connection.setRequestProperty(COOKIE, getAdminSessionTokenCookie()); 466 connection.setRequestProperty(COOKIE, getAdminSessionTokenCookie()); 478 private String getAdminSessionTokenCookie() { method in class:STSInstanceModelBase
|
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/sts/model/ |
H A D | STSInstanceModelBase.java | 418 connection.setRequestProperty(COOKIE, getAdminSessionTokenCookie()); 443 connection.setRequestProperty(COOKIE, getAdminSessionTokenCookie()); 466 connection.setRequestProperty(COOKIE, getAdminSessionTokenCookie()); 478 private String getAdminSessionTokenCookie() { method in class:STSInstanceModelBase
|
Completed in 32 milliseconds