public interface AuthConfig
This interface defines the common functionality implemented by Authentication context configuration objects.
Modifier and Type | Method and Description |
---|---|
String |
getAppContext()
Get the application context identifier of this authentication context
configuration object.
|
String |
getAuthContextID(MessageInfo messageInfo) |
String |
getMessageLayer()
Get the message layer name of this authentication context configuration object.
|
boolean |
isProtected() |
void |
refresh()
Causes a dynamic anthentication context configuration object to update its internal
state and such that any change to its state is recognized by any authentication
context objects that were previously obtained from the config object.
|
String getAppContext()
String getAuthContextID(MessageInfo messageInfo)
String getMessageLayer()
boolean isProtected()
void refresh()
AuthException
- if an error occured during the update.SecurityException
- if the caller does not have permission to refresh
the configuration object.Copyright © 2018 JBoss by Red Hat. All rights reserved.