|
aerogear-security 1.3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.aerogear.security.web.filter.PasswordHandlerConfig
public class PasswordHandlerConfig
Utility class for the Token handling containing configuration locations. Please note that the Class expects in META-INF/config.properties that contains your secret.
| Constructor Summary | |
|---|---|
PasswordHandlerConfig()
|
|
| Method Summary | |
|---|---|
static String |
getRedirectPage()
Returns the page to which the intercepted request has to be redirected if the Token is valid |
static String |
getSecret()
|
static void |
loadFilterConfig(javax.servlet.FilterConfig config)
Loads the {org.jboss.aerogear.security.web.filter.PasswordHandler} {FilterConfig} configuration. |
static String |
uri(String id)
Returns the an uri based on the Token ID and the base URL provided in the Web Descriptor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PasswordHandlerConfig()
| Method Detail |
|---|
public static void loadFilterConfig(javax.servlet.FilterConfig config)
config - public static String uri(String id)
id -
public static String getSecret()
public static String getRedirectPage()
|
aerogear-security 1.3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||