|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.n52.security.authentication.WASAuthenticationMethod
public class WASAuthenticationMethod
Describes possiblitiy to use an WAS ticket as authentication credential. todo: describe better.
Field Summary | |
---|---|
static java.lang.String |
URN
URN identifying this method. |
Constructor Summary | |
---|---|
WASAuthenticationMethod()
Constructor creates a new instance with empty url. |
|
WASAuthenticationMethod(java.lang.String name,
java.lang.String url,
java.lang.String version)
Constructor creates a new instance. |
Method Summary | |
---|---|
org.dom4j.Node |
asDom4J()
Method asDom4J. |
java.lang.String |
getName()
Method gets the name. |
java.lang.String |
getUrl()
Method gets the url. |
java.lang.String |
getURN()
Method gets the URN. |
java.lang.String |
getVersion()
Method gets the version. |
void |
setName(java.lang.String name)
Method sets the name. |
void |
setUrl(java.lang.String url)
Method sets the url. |
void |
setVersion(java.lang.String version)
Method sets the version. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String URN
Constructor Detail |
---|
public WASAuthenticationMethod()
public WASAuthenticationMethod(java.lang.String name, java.lang.String url, java.lang.String version)
name
- the name of the WAS.url
- the url of the WAS.version
- the version the Version of the WAS.Method Detail |
---|
public org.dom4j.Node asDom4J()
AuthenticationMethod
asDom4J
in interface AuthenticationMethod
AuthenticationMethod.asDom4J()
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name.public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url
- the url.public java.lang.String getVersion()
public void setVersion(java.lang.String version)
version
- the version.public java.lang.String getURN()
AuthenticationMethod
getURN
in interface AuthenticationMethod
AuthenticationMethod.getURN()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |