Package | Description |
---|---|
org.kitteh.irc.client.library.feature.sts |
Items related to the FSM-based STS client support.
|
org.kitteh.irc.client.library.util |
Utilities!
|
Modifier and Type | Method and Description |
---|---|
Optional<StsPolicy> |
StsStorageManager.getEntry(String hostname)
Gets an STS policy from the store, looking it up via hostname.
|
Optional<StsPolicy> |
StsPropertiesStorageManager.getEntry(String hostname)
Gets an STS policy from the store, looking it up via hostname.
|
Modifier and Type | Method and Description |
---|---|
void |
StsStorageManager.addEntry(String hostname,
long duration,
StsPolicy policy)
Adds an STS policy to the store.
|
void |
StsPropertiesStorageManager.addEntry(String hostname,
long duration,
StsPolicy policy)
Adds an entry to the store, storing data in the backing properties file.
|
void |
StsMachine.setStsPolicy(StsPolicy policy)
Provides a key->value map of options and list of flags, making up the STS policy.
|
void |
MemoryStsMachine.setStsPolicy(StsPolicy policy) |
Modifier and Type | Method and Description |
---|---|
static StsPolicy |
StsUtil.getStsPolicyFromString(String delimiter,
String str)
Takes a string like "foo,bar=cat,kitten=dog" and returns an STSPolicy instance.
|
Copyright © 2013–2019 Kitteh. All rights reserved.