com.atlassian.confluence.security.trust
Class TrustedApplicationUrlRestriction

java.lang.Object
  extended by com.atlassian.confluence.security.trust.TrustedApplicationRestriction
      extended by com.atlassian.confluence.security.trust.TrustedApplicationUrlRestriction

public class TrustedApplicationUrlRestriction
extends TrustedApplicationRestriction

A trusted application restriction type that uses the target url.


Constructor Summary
TrustedApplicationUrlRestriction()
           
TrustedApplicationUrlRestriction(java.lang.String restriction)
           
 
Method Summary
 
Methods inherited from class com.atlassian.confluence.security.trust.TrustedApplicationRestriction
equals, getId, getRestriction, hashCode, setId, setRestriction
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrustedApplicationUrlRestriction

public TrustedApplicationUrlRestriction()

TrustedApplicationUrlRestriction

public TrustedApplicationUrlRestriction(java.lang.String restriction)


Copyright © 2003-2014 Atlassian. All Rights Reserved.