Uses of Class
com.jalios.jcms.authentication.handlers.AuthKeyHints
-
Packages that use AuthKeyHints Package Description com.jalios.jcms.authentication.handlers -
-
Uses of AuthKeyHints in com.jalios.jcms.authentication.handlers
Methods in com.jalios.jcms.authentication.handlers with parameters of type AuthKeyHints Modifier and Type Method Description static java.lang.String
AuthKeyAuthenticationHandler. getAuthKeyValue(java.lang.String url, Member member, AuthKeyHints hints)
Retrieves a valid authentication key parameter value for the specified URL.static java.lang.String
AuthKeyAuthenticationHandler. getUrlWithAddedAuthKeyParam(java.lang.String url, Member member, AuthKeyHints hints, boolean escapeAmpersand)
Append a valid authentication key parameter name/value to the specified URL.
-