|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticationSequence | |
|---|---|
| org.mobicents.slee.resource.parlay.fw | |
| org.mobicents.slee.resource.parlay.fw.access | |
| Uses of AuthenticationSequence in org.mobicents.slee.resource.parlay.fw |
|---|
| Fields in org.mobicents.slee.resource.parlay.fw declared as AuthenticationSequence | |
|---|---|
static AuthenticationSequence |
AuthenticationSequence.ONE_WAY
One way authentication (not normally used but here for legacy support) |
static AuthenticationSequence |
AuthenticationSequence.TRUSTED
For trusted clients. |
static AuthenticationSequence |
AuthenticationSequence.TWO_WAY
Standard untrusted parlay authentication sequence. |
| Methods in org.mobicents.slee.resource.parlay.fw that return AuthenticationSequence | |
|---|---|
AuthenticationSequence |
FwSessionProperties.getAuthenticationSequence()
|
static AuthenticationSequence |
AuthenticationSequence.getAuthenticationSequence(java.lang.String sequence)
Utility method to construct an instance of this class from a string in a properties file. |
| Methods in org.mobicents.slee.resource.parlay.fw with parameters of type AuthenticationSequence | |
|---|---|
void |
FwSessionProperties.setAuthenticationSequence(AuthenticationSequence authenticationSequence)
|
| Uses of AuthenticationSequence in org.mobicents.slee.resource.parlay.fw.access |
|---|
| Methods in org.mobicents.slee.resource.parlay.fw.access with parameters of type AuthenticationSequence | |
|---|---|
void |
TSMBeanImpl.setAuthenticationSequence(AuthenticationSequence newAuthenticationMechanism)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||