public class ResourceAuth extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
action |
boolean |
authenticate |
String |
domain |
String |
resource |
| Constructor and Description |
|---|
ResourceAuth() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAuth |
action(String action) |
ResourceAuth |
authenticate(boolean authenticate) |
ResourceAuth |
domain(String domain) |
boolean |
equals(Object another) |
ResourceAuth |
resource(String resource) |
public boolean authenticate
public String action
public String resource
public String domain
public ResourceAuth authenticate(boolean authenticate)
public ResourceAuth action(String action)
public ResourceAuth resource(String resource)
public ResourceAuth domain(String domain)
Copyright © 2016–2021 Verizon Media. All rights reserved.