|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.aselect.server.elo.ELO
public class ELO
Contains the default properties from a registered ELO.
Concurrency issues:
-
Constructor Summary | |
---|---|
ELO(java.lang.String sEloID,
java.lang.String sEloSharedSecret,
java.lang.String sEloURL,
int iLevel,
boolean bShowTemplate)
Default constructor. |
Method Summary | |
---|---|
java.lang.String |
getID()
returns the ELO ID. |
int |
getLevel()
Returns the AuthSP level associated with the ELO. |
java.lang.String |
getSharedSecret()
returns the shared secret associated with the ELO. |
java.lang.String |
getURL()
returns the URL associated with the ELO. |
void |
setID(java.lang.String sEloID)
sets the ELO ID. |
void |
setLevel(int iLevel)
Sets the AuthSP level associated with the ELO. |
void |
setSharedSecret(java.lang.String sEloSharedSecret)
The shared secret associated with the ELO. |
void |
setURL(java.lang.String sEloURL)
sets the URL associated with the ELO. |
boolean |
showTemplate()
Returns if a template should be shown after setting the SSO notification cookie. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ELO(java.lang.String sEloID, java.lang.String sEloSharedSecret, java.lang.String sEloURL, int iLevel, boolean bShowTemplate)
sEloID
- The ELO Identifier.sEloSharedSecret
- The Shared secret that is known by the ELO.sEloURL
- The URL the ELO is reachable at.iLevel
- The AuthSP level the ELO is granted.bShowTemplate
- TRUE to show templateMethod Detail |
---|
public java.lang.String getID()
public void setID(java.lang.String sEloID)
sEloID
- The ELO ID.public java.lang.String getSharedSecret()
public void setSharedSecret(java.lang.String sEloSharedSecret)
sEloSharedSecret
- the shared secret associated with the ELO.public java.lang.String getURL()
public void setURL(java.lang.String sEloURL)
sEloURL
- The URL associated with the ELO.public int getLevel()
public void setLevel(int iLevel)
iLevel
- The ELO level.public boolean showTemplate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |