Methods Summary |
---|
public java.lang.String | getAppContext()Get the application context identifier of this authentication
context configuration object.
|
public java.lang.String | getAuthContextID(MessageInfo messageInfo)Get the authentication context identifier corresponding to the
request and response objects encapsulated in messageInfo.
|
public java.lang.String | getMessageLayer()Get the message layer name of this authentication context configuration
object.
|
public boolean | isProtected()Used to determine whether the authentication context configuration
object encapsulates any protected authentication contexts.
|
public void | refresh()Causes a dynamic anthentication context configuration object to
update the internal state that it uses to process calls to its
getAuthContext method.
|