|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jetspeed.services.webpage.SecuredSite
Holds the relevant state about a secured site.
Constructor Summary | |
SecuredSite(java.lang.String name,
java.lang.String url)
Construct site object given a url |
Method Summary | |
long |
getID()
get the Site ID for this site return the string value of the Site ID |
java.lang.String |
getName()
get the common name for this site. |
java.lang.String |
getPassword()
get the password used to logon to this site. |
int |
getStatus()
get the availability status of this site. |
java.lang.String |
getURL()
get the URL for this site return the string value of the URL |
java.lang.String |
getUserName()
get the user name used to logon to this site. |
boolean |
isSecured()
|
void |
setName(java.lang.String name)
sets the common name for this site. |
void |
setPassword(java.lang.String password)
sets the password used to logon to this site. |
void |
setStatus(int status)
sets the availability status of this site. |
void |
setURL(java.lang.String url)
sets the URL address for this site. |
void |
setUserName(java.lang.String username)
sets the user name used to logon to this site. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SecuredSite(java.lang.String name, java.lang.String url)
name
- the name of the site.url
- the url address of the site.Method Detail |
public java.lang.String getURL()
getURL
in interface Site
public long getID()
getID
in interface Site
public void setURL(java.lang.String url)
public java.lang.String getName()
getName
in interface Site
public void setName(java.lang.String name)
public java.lang.String getUserName()
getUserName
in interface Site
public void setUserName(java.lang.String username)
public java.lang.String getPassword()
getPassword
in interface Site
public void setPassword(java.lang.String password)
public int getStatus()
getStatus
in interface Site
public void setStatus(int status)
setStatus
in interface Site
public boolean isSecured()
isSecured
in interface Site
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |