Searched refs:wspRedirectTime (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/
H A DInteractionConfig.java86 = "com.sun.identity.liberty.interaction.wspRedirectTime";
137 private int wspRedirectTime field in class:InteractionConfig
246 return wspRedirectTime;
308 sb.append(":wspRedirectTime="
309 + wspRedirectTime);
497 wspRedirectTime = Integer.parseInt(s);
500 + "invalid wspRedirectTime=" + s, nfe);
502 + "defaulting wspRedirectTime="
504 wspRedirectTime
512 + "wspRedirectTime no
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/
H A DInteractionConfig.java86 = "com.sun.identity.liberty.interaction.wspRedirectTime";
137 private int wspRedirectTime field in class:InteractionConfig
246 return wspRedirectTime;
308 sb.append(":wspRedirectTime="
309 + wspRedirectTime);
497 wspRedirectTime = Integer.parseInt(s);
500 + "invalid wspRedirectTime=" + s, nfe);
502 + "defaulting wspRedirectTime="
504 wspRedirectTime
512 + "wspRedirectTime no
[all...]

Completed in 29 milliseconds