Interface ServerAuthConfig
- All Superinterfaces:
AuthConfig
Server-side authentication configuration obtained from an
AuthConfigProvider.-
Method Summary
Modifier and TypeMethodDescriptionReturns theServerAuthContextfor the given authentication context ID.Methods inherited from interface AuthConfig
getAppContext, getAuthContextID, getMessageLayer, isProtected, refresh
-
Method Details
-
getAuthContext
ServerAuthContext getAuthContext(String authContextID, Subject serviceSubject, Map<String, Object> properties) throws AuthExceptionReturns theServerAuthContextfor the given authentication context ID.- Parameters:
authContextID- the authentication context identifierserviceSubject- the service subjectproperties- the configuration properties- Returns:
- the server authentication context
- Throws:
AuthException- if an error occurs during authentication context creation
-