Uses of Class
com.atlassian.confluence.security.trust.TrustedApplicationRestriction
Packages that use TrustedApplicationRestriction
-
Uses of TrustedApplicationRestriction in com.atlassian.confluence.security.trust
Subclasses of TrustedApplicationRestriction in com.atlassian.confluence.security.trustModifier and TypeClassDescriptionclass
A trusted application restriction type that uses the source IP address.class
A trusted application restriction type that uses the target url.Methods in com.atlassian.confluence.security.trust that return types with arguments of type TrustedApplicationRestrictionMethods in com.atlassian.confluence.security.trust with parameters of type TrustedApplicationRestrictionModifier and TypeMethodDescriptionvoid
ConfluenceTrustedApplication.addRestriction
(TrustedApplicationRestriction restriction) boolean
ConfluenceTrustedApplication.removeRestriction
(TrustedApplicationRestriction restriction) Method parameters in com.atlassian.confluence.security.trust with type arguments of type TrustedApplicationRestrictionModifier and TypeMethodDescriptionvoid
ConfluenceTrustedApplication.setRestrictions
(Set<TrustedApplicationRestriction> restrictions)