public class StsPolicy extends Object
Modifier and Type | Field and Description |
---|---|
static String |
POLICY_OPTION_KEY_DURATION
Name of the policy's duration (in seconds) key as defined in the spec.
|
static String |
POLICY_OPTION_KEY_PORT
Name of the secure port key as defined in the spec.
|
Constructor and Description |
---|
StsPolicy(@NonNull Map<String,String> options,
@NonNull Set<String> flags)
Constructs a policy.
|
Modifier and Type | Method and Description |
---|---|
@NonNull Set<String> |
getFlags()
Get the set of flags in the policy.
|
@NonNull Map<String,String> |
getOptions()
Get the map of options to their values (excludes flags which have no value).
|
public static final String POLICY_OPTION_KEY_PORT
public static final String POLICY_OPTION_KEY_DURATION
Copyright © 2013–2021 Kitteh. All rights reserved.