public static @interface SlingAuthenticator.Config
Modifier and Type | Required Element and Description |
---|---|
String |
sling_auth_anonymous_password |
String |
sling_auth_anonymous_user |
String[] |
sling_auth_requirements |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
auth_annonymous |
String |
auth_http_realm |
String |
auth_http |
String |
auth_sudo_cookie |
String |
auth_sudo_parameter |
String[] |
auth_uri_suffix |
public abstract String[] sling_auth_requirements
public abstract String sling_auth_anonymous_user
public abstract String sling_auth_anonymous_password
public abstract String auth_sudo_cookie
public abstract String auth_sudo_parameter
public abstract String auth_http
public abstract String auth_http_realm
public abstract String[] auth_uri_suffix
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.