public class AuthRequired extends Object
| Constructor and Description |
|---|
AuthRequired() |
| Modifier and Type | Method and Description |
|---|---|
AuthChallenge |
getAuthChallenge()
Details of the Authorization Challenge encountered.
|
String |
getFrameId()
The id of the frame that initiated the request.
|
Request |
getRequest()
The details of the request.
|
String |
getRequestId()
Each request the page makes will have a unique id.
|
ResourceType |
getResourceType()
How the requested resource will be used.
|
void |
setAuthChallenge(AuthChallenge authChallenge)
Details of the Authorization Challenge encountered.
|
void |
setFrameId(String frameId)
The id of the frame that initiated the request.
|
void |
setRequest(Request request)
The details of the request.
|
void |
setRequestId(String requestId)
Each request the page makes will have a unique id.
|
void |
setResourceType(ResourceType resourceType)
How the requested resource will be used.
|
public String getRequestId()
public void setRequestId(String requestId)
public Request getRequest()
public void setRequest(Request request)
public String getFrameId()
public void setFrameId(String frameId)
public ResourceType getResourceType()
public void setResourceType(ResourceType resourceType)
public AuthChallenge getAuthChallenge()
public void setAuthChallenge(AuthChallenge authChallenge)
Copyright © 2020. All rights reserved.