Uses of Class
com.atlassian.confluence.security.trust.TrustedApplicationRestriction
- 
Packages that use TrustedApplicationRestriction Package Description com.atlassian.confluence.security.trust  - 
- 
Uses of TrustedApplicationRestriction in com.atlassian.confluence.security.trust
Subclasses of TrustedApplicationRestriction in com.atlassian.confluence.security.trust Modifier and Type Class Description classTrustedApplicationIpRestrictionA trusted application restriction type that uses the source IP address.classTrustedApplicationUrlRestrictionA trusted application restriction type that uses the target url.Methods in com.atlassian.confluence.security.trust that return types with arguments of type TrustedApplicationRestriction Modifier and Type Method Description Set<TrustedApplicationRestriction>ConfluenceTrustedApplication. getRestrictions()Methods in com.atlassian.confluence.security.trust with parameters of type TrustedApplicationRestriction Modifier and Type Method Description voidConfluenceTrustedApplication. addRestriction(TrustedApplicationRestriction restriction)booleanConfluenceTrustedApplication. removeRestriction(TrustedApplicationRestriction restriction)Method parameters in com.atlassian.confluence.security.trust with type arguments of type TrustedApplicationRestriction Modifier and Type Method Description voidConfluenceTrustedApplication. setRestrictions(Set<TrustedApplicationRestriction> restrictions) 
 -