com.atlassian.confluence.security.trust
Class TrustedApplicationIpRestriction

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

public class TrustedApplicationIpRestriction
extends TrustedApplicationRestriction

A trusted application restriction type that uses the source IP address.


Constructor Summary
TrustedApplicationIpRestriction()
           
TrustedApplicationIpRestriction(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

TrustedApplicationIpRestriction

public TrustedApplicationIpRestriction()

TrustedApplicationIpRestriction

public TrustedApplicationIpRestriction(String restriction)


Copyright © 2003-2012 Atlassian. All Rights Reserved.