public class SimpleServerRunner extends Object
SimpleServer.| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHORIZED_ISSUER_SYSPROP
System property that specifies the authorized issuers for the resource.
|
static String |
AUTHORIZED_SUBJECT_SYSPROP
System property that specifies the authorized subjects for the resource.
|
static String |
PORT_SYSPROP
Port to listen on.
|
static String |
PUBLIC_KEY_SERVER_URL_SYSPROP
System property that specifies the base URL of the public key server repository to use.
|
static String |
RESOURCE_SERVER_AUDIENCE_SYSPROP
System property that specifies the resource server audience.
|
| Constructor and Description |
|---|
SimpleServerRunner() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Main function to run the server.
|
public static final String PORT_SYSPROP
public static final String PUBLIC_KEY_SERVER_URL_SYSPROP
public static final String RESOURCE_SERVER_AUDIENCE_SYSPROP
public static final String AUTHORIZED_SUBJECT_SYSPROP
public static final String AUTHORIZED_ISSUER_SYSPROP
Copyright © 2017 Atlassian. All rights reserved.