|
JBoss Java Authentication SPI for Containers 1.0 API 1.0.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthConfig
This interface defines the common functionality implemented by Authentication context configuration objects.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
|
JBoss Java Authentication SPI for Containers 1.0 API 1.0.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |