|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.platform.symphony.soam.ConnectionSecurityCallback
public abstract class ConnectionSecurityCallback
Should be extended by the application developer to allow client verification
using custom security framework.
Alternatively, the SOAM API provides a default implementation
(DefaultSecurityCallback), which uses the middleware's built-in security framework
for client verification.
DefaultSecurityCallback
,
SoamFactory.connect(String, ConnectionSecurityCallback)
,
SoamFactory.connect(String, String, ConnectionSecurityCallback)
Constructor Summary | |
---|---|
ConnectionSecurityCallback()
Default Constructor |
Method Summary | |
---|---|
abstract java.lang.String |
onGetAuthname()
Retrieves and returns the authorization domain that is used to validate the client to the middleware. |
abstract java.lang.String |
onGetPassword()
Retrieves and returns the password that is used to validate the client to the middleware. |
abstract java.lang.String |
onGetTtl()
Retrieves and returns the time to live that is used to validate the client to the middleware. |
abstract java.lang.String |
onGetUsername()
Retrieves and returns the username that is used to validate the client to the middleware. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectionSecurityCallback()
Method Detail |
---|
public abstract java.lang.String onGetUsername()
public abstract java.lang.String onGetPassword()
public abstract java.lang.String onGetAuthname()
public abstract java.lang.String onGetTtl()
|
Version 5.0 Date Modified: -DREL_DATE=Nov 11 2009 Platform Computing. Accelerating Intelligence(TM). Copyright (C) 2001-2009 Platform Computing Corporation. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |