|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.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 Sitepublic long getID()
getID in interface Sitepublic void setURL(java.lang.String url)
public java.lang.String getName()
getName in interface Sitepublic void setName(java.lang.String name)
public java.lang.String getUserName()
getUserName in interface Sitepublic void setUserName(java.lang.String username)
public java.lang.String getPassword()
getPassword in interface Sitepublic void setPassword(java.lang.String password)
public int getStatus()
getStatus in interface Sitepublic void setStatus(int status)
setStatus in interface Sitepublic boolean isSecured()
isSecured in interface Site
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||