org.mobicents.slee.resource.parlay.fw
Class AuthenticationSequence

java.lang.Object
  extended by org.mobicents.slee.resource.parlay.fw.AuthenticationSequence

public class AuthenticationSequence
extends java.lang.Object

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

ONE_WAY

public static final AuthenticationSequence ONE_WAY
One way authentication (not normally used but here for legacy support)


TWO_WAY

public static final AuthenticationSequence TWO_WAY
Standard untrusted parlay authentication sequence. Requires off line provisioning e.g. for RSA keys and certificates.


TRUSTED

public static final AuthenticationSequence TRUSTED
For trusted clients. Only provisioning required is framework is aware of client domain ID.

Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getAuthenticationSequence

public static AuthenticationSequence getAuthenticationSequence(java.lang.String sequence)
Utility method to construct an instance of this class from a string in a properties file.

Parameters:
sequence - A string identifying the authentication sequence.
Returns:
an instance of this class

getType

public java.lang.String getType()


Copyright © 2009. All Rights Reserved.