public class UrlAccessRequest extends Object implements AccessRequest
| Constructor and Description |
|---|
UrlAccessRequest(Authentication authentication,
String url,
String httpMethod) |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
getAuthentication() |
String |
getHttpMethod() |
String |
getOperation() |
String |
getTarget() |
String |
getUrl() |
public UrlAccessRequest(Authentication authentication, String url, String httpMethod)
public Authentication getAuthentication()
getAuthentication in interface AccessRequestpublic String getTarget()
getTarget in interface AccessRequestpublic String getOperation()
getOperation in interface AccessRequestpublic String getUrl()
public String getHttpMethod()
Copyright © 2018. All rights reserved.