Package | Description |
---|---|
com.atlassian.confluence.security.trust |
Modifier and Type | Class and Description |
---|---|
class |
TrustedApplicationIpRestriction
A trusted application restriction type that uses the source IP address.
|
class |
TrustedApplicationUrlRestriction
A trusted application restriction type that uses the target url.
|
Modifier and Type | Method and Description |
---|---|
Set<TrustedApplicationRestriction> |
ConfluenceTrustedApplication.getRestrictions() |
Modifier and Type | Method and Description |
---|---|
void |
ConfluenceTrustedApplication.addRestriction(TrustedApplicationRestriction restriction) |
boolean |
ConfluenceTrustedApplication.removeRestriction(TrustedApplicationRestriction restriction) |
Modifier and Type | Method and Description |
---|---|
void |
ConfluenceTrustedApplication.setRestrictions(Set<TrustedApplicationRestriction> restrictions) |
Copyright © 2003–2019 Atlassian. All rights reserved.