public abstract class

TrustedApplicationRestriction

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.security.trust.TrustedApplicationRestriction
Known Direct Subclasses

Summary

Public Constructors
TrustedApplicationRestriction()
TrustedApplicationRestriction(String restriction)
Public Methods
boolean equals(Object o)
long getId()
String getRestriction()
int hashCode()
void setId(long id)
void setRestriction(String restriction)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TrustedApplicationRestriction ()

public TrustedApplicationRestriction (String restriction)

Public Methods

public boolean equals (Object o)

public long getId ()

public String getRestriction ()

public int hashCode ()

public void setId (long id)

public void setRestriction (String restriction)