Package net.webpdf.wsclient.openapi
Class ApplicationConfigPortalAuth
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ApplicationConfigPortalAuth
-
public class ApplicationConfigPortalAuth extends Object
Defines which settings apply for authentication to the portal.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ALLOW_ANONYMOUSstatic StringJSON_PROPERTY_ENABLEDstatic StringJSON_PROPERTY_TIMEOUT
-
Constructor Summary
Constructors Constructor Description ApplicationConfigPortalAuth()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationConfigPortalAuthallowAnonymous(Boolean allowAnonymous)ApplicationConfigPortalAuthenabled(Boolean enabled)booleanequals(Object o)@Nullable BooleangetAllowAnonymous()If enabled, then anonymous login (without username and password) are allowed on the front end portal page.@Nullable BooleangetEnabled()Defines whether the login for the front end portal page is available or not.@Nullable ApplicationConfigPortalAuthTimeoutgetTimeout()Get timeoutinthashCode()voidsetAllowAnonymous(Boolean allowAnonymous)voidsetEnabled(Boolean enabled)voidsetTimeout(ApplicationConfigPortalAuthTimeout timeout)ApplicationConfigPortalAuthtimeout(ApplicationConfigPortalAuthTimeout timeout)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ALLOW_ANONYMOUS
public static final String JSON_PROPERTY_ALLOW_ANONYMOUS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ENABLED
public static final String JSON_PROPERTY_ENABLED
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TIMEOUT
public static final String JSON_PROPERTY_TIMEOUT
- See Also:
- Constant Field Values
-
-
Method Detail
-
allowAnonymous
public ApplicationConfigPortalAuth allowAnonymous(Boolean allowAnonymous)
-
getAllowAnonymous
@Nullable public @Nullable Boolean getAllowAnonymous()
If enabled, then anonymous login (without username and password) are allowed on the front end portal page. This has no effect on the admin page, which always denies anonymous access.- Returns:
- allowAnonymous
-
setAllowAnonymous
public void setAllowAnonymous(Boolean allowAnonymous)
-
enabled
public ApplicationConfigPortalAuth enabled(Boolean enabled)
-
getEnabled
@Nullable public @Nullable Boolean getEnabled()
Defines whether the login for the front end portal page is available or not. This has no effect on the admin page, which is always available.- Returns:
- enabled
-
setEnabled
public void setEnabled(Boolean enabled)
-
timeout
public ApplicationConfigPortalAuth timeout(ApplicationConfigPortalAuthTimeout timeout)
-
getTimeout
@Nullable public @Nullable ApplicationConfigPortalAuthTimeout getTimeout()
Get timeout- Returns:
- timeout
-
setTimeout
public void setTimeout(ApplicationConfigPortalAuthTimeout timeout)
-
-