|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.slee.resource.parlay.fw.AuthenticationSequence
public class AuthenticationSequence
Defines allowable authentication sequences. JDK 1.5 replace with enum
| Field Summary | |
|---|---|
static AuthenticationSequence |
ONE_WAY
One way authentication (not normally used but here for legacy support) |
static AuthenticationSequence |
TRUSTED
For trusted clients. |
static AuthenticationSequence |
TWO_WAY
Standard untrusted parlay authentication sequence. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
static AuthenticationSequence |
getAuthenticationSequence(java.lang.String sequence)
Utility method to construct an instance of this class from a string in a properties file. |
java.lang.String |
getType()
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final AuthenticationSequence ONE_WAY
public static final AuthenticationSequence TWO_WAY
public static final AuthenticationSequence TRUSTED
| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static AuthenticationSequence getAuthenticationSequence(java.lang.String sequence)
sequence - A string identifying the authentication sequence.
public java.lang.String getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||