Searched defs:setLoginSuccessURL (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java1779 public void setLoginSuccessURL(String url) throws AuthLoginException { method in class:AMLoginModule
1780 getLoginState("setLoginSuccessURL()").setSuccessLoginURL(url);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java1785 public void setLoginSuccessURL(String url) throws AuthLoginException { method in class:AMLoginModule
1786 getLoginState("setLoginSuccessURL()").setSuccessLoginURL(url);

Completed in 50 milliseconds