| 程序包 | 说明 |
|---|---|
| leap.web.security.path |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultSecuredPathConfigurator |
| 限定符和类型 | 方法和说明 |
|---|---|
default SecuredPathConfigurator |
SecuredPathConfigurator.allowAnonymous()
Allow anonymous (not authenticated) user to access the path.
|
default SecuredPathConfigurator |
SecuredPathConfigurator.allowClientOnly()
Allow client-only authentication.
|
default SecuredPathConfigurator |
SecuredPathConfigurator.allowPermissions(String... permissions)
Allow the given permissions can access the path.
|
default SecuredPathConfigurator |
SecuredPathConfigurator.allowRememberMe()
Allow remember-me user to access the path.
|
default SecuredPathConfigurator |
SecuredPathConfigurator.allowRoles(String... roles)
Allow the given roles can access the path.
|
protected SecuredPathConfigurator |
DefaultSecuredPaths.configurator(leap.lang.path.PathPattern pp) |
protected SecuredPathConfigurator |
DefaultSecuredPaths.configurator(Route route) |
default SecuredPathConfigurator |
SecuredPathConfigurator.denyAnonymous()
Deny anonymous access.
|
default SecuredPathConfigurator |
SecuredPathConfigurator.denyClientOnly()
Deny client-only authentication.
|
default SecuredPathConfigurator |
SecuredPathConfigurator.denyRememberMe()
Deny remember-me user to access the path.
|
SecuredPathConfigurator |
DefaultSecuredPaths.get(Route route) |
SecuredPathConfigurator |
SecuredPaths.get(Route route)
Returns the exists
SecuredPathConfigurator for the route or null if not exists. |
SecuredPathConfigurator |
DefaultSecuredPaths.of(leap.lang.path.PathPattern pp) |
SecuredPathConfigurator |
SecuredPaths.of(leap.lang.path.PathPattern pp)
Returns an exists or creates a new
SecuredPathConfigurator for the given path pattern |
SecuredPathConfigurator |
DefaultSecuredPaths.of(Route route) |
SecuredPathConfigurator |
SecuredPaths.of(Route route)
Returns an exists or creates a new
SecuredPathConfigurator for the given path pattern in route. |
SecuredPathConfigurator |
DefaultSecuredPaths.of(String path) |
SecuredPathConfigurator |
SecuredPaths.of(String path)
Returns an exists or creates a new
SecuredPathConfigurator for the given path pattern |
SecuredPathConfigurator |
DefaultSecuredPathConfigurator.setAllowAnonymous(Boolean allow) |
SecuredPathConfigurator |
SecuredPathConfigurator.setAllowAnonymous(Boolean allow)
Sets allow or deny anonymous access.
|
SecuredPathConfigurator |
DefaultSecuredPathConfigurator.setAllowClientOnly(Boolean allow) |
SecuredPathConfigurator |
SecuredPathConfigurator.setAllowClientOnly(Boolean allow)
Sets allow or deny client-only authentication.
|
SecuredPathConfigurator |
DefaultSecuredPathConfigurator.setAllowRememberMe(Boolean allow) |
SecuredPathConfigurator |
SecuredPathConfigurator.setAllowRememberMe(Boolean allow)
Sets allow or deny remember-me authentication.
|
SecuredPathConfigurator |
DefaultSecuredPathConfigurator.setFailureHandler(SecurityFailureHandler handler) |
SecuredPathConfigurator |
SecuredPathConfigurator.setFailureHandler(SecurityFailureHandler handler)
Sets the
SecurityFailureHandler. |
SecuredPathConfigurator |
DefaultSecuredPathConfigurator.setPermissionsAllowed(String... permissions) |
SecuredPathConfigurator |
SecuredPathConfigurator.setPermissionsAllowed(String... permissions)
Sets the allowed permissions.
|
SecuredPathConfigurator |
DefaultSecuredPathConfigurator.setRolesAllowed(String... roles) |
SecuredPathConfigurator |
SecuredPathConfigurator.setRolesAllowed(String... roles)
Sets the allowed roles.
|
SecuredPathConfigurator |
DefaultSecuredPathConfigurator.setSource(Object source) |
SecuredPathConfigurator |
SecuredPathConfigurator.setSource(Object source)
Set the source.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DefaultSecuredPaths.apply(SecuredPathConfigurator c,
SecuredPath p) |
Copyright © 2019. All rights reserved.