|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthRedirection | |
---|---|
com.dyuproject.openid |
Uses of AuthRedirection in com.dyuproject.openid |
---|
Classes in com.dyuproject.openid that implement AuthRedirection | |
---|---|
class |
FormRedirection
Forwards the user to an html page that contains a form where the user will be automatically redirected upon page load. |
class |
SimpleRedirection
SimpleRedirection - simply executes: response.sendRedirect(url); |
Methods in com.dyuproject.openid that return AuthRedirection | |
---|---|
AuthRedirection |
RelyingParty.getAuthRedirection()
Gets the auth redirection scheme. |
Constructors in com.dyuproject.openid with parameters of type AuthRedirection | |
---|---|
RelyingParty(OpenIdContext context,
OpenIdUserManager manager,
Discovery.UserCache userCache,
boolean automaticRedirect,
boolean identifierAsServer,
AuthRedirection authRedirection,
String identifierParameter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |