public class ProxiedRequestAttachments extends Object
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<String> | AUTH_TYPE |
static AttachmentKey<Boolean> | IS_SSL |
static AttachmentKey<String> | REMOTE_ADDRESS |
static AttachmentKey<String> | REMOTE_HOST |
static AttachmentKey<String> | REMOTE_USER |
static AttachmentKey<String> | ROUTE |
static AttachmentKey<String> | SECRET |
static AttachmentKey<String> | SERVER_NAME |
static AttachmentKey<Integer> | SERVER_PORT |
static AttachmentKey<String> | SSL_CERT |
static AttachmentKey<String> | SSL_CYPHER |
static AttachmentKey<Integer> | SSL_KEY_SIZE |
static AttachmentKey<byte[]> | SSL_SESSION_ID |
Constructor and Description |
---|
ProxiedRequestAttachments() |
public static final AttachmentKey<String> REMOTE_ADDRESS
public static final AttachmentKey<String> REMOTE_HOST
public static final AttachmentKey<String> SERVER_NAME
public static final AttachmentKey<Integer> SERVER_PORT
public static final AttachmentKey<Boolean> IS_SSL
public static final AttachmentKey<String> REMOTE_USER
public static final AttachmentKey<String> AUTH_TYPE
public static final AttachmentKey<String> ROUTE
public static final AttachmentKey<String> SSL_CERT
public static final AttachmentKey<String> SSL_CYPHER
public static final AttachmentKey<byte[]> SSL_SESSION_ID
public static final AttachmentKey<Integer> SSL_KEY_SIZE
public static final AttachmentKey<String> SECRET
Copyright © 2020 JBoss by Red Hat. All rights reserved.