org.jboss.security.plugins.auth
public class JASPIServerAuthenticationManager extends JaasSecurityManagerBase implements ServerAuthenticationManager
Constructor and Description |
---|
JASPIServerAuthenticationManager() |
JASPIServerAuthenticationManager(String securityDomain,
CallbackHandler handler) |
Modifier and Type | Method and Description |
---|---|
boolean |
isValid(javax.security.auth.message.MessageInfo requestMessage,
Subject clientSubject,
String layer,
CallbackHandler handler) |
boolean |
isValid(javax.security.auth.message.MessageInfo messageInfo,
Subject clientSubject,
String layer,
String appContext,
CallbackHandler callbackHandler) |
void |
secureResponse(javax.security.auth.message.MessageInfo messageInfo,
Subject serviceSubject,
String layer,
String appContext,
CallbackHandler handler) |
doesUserHaveRole, getActiveSubject, getPrincipal, getSecurityDomain, getTargetPrincipal, getUserRoles, isValid, isValid, setAuthorizationManager, setDeepCopySubjectOption
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getActiveSubject, getTargetPrincipal, isValid, isValid
getSecurityDomain
public JASPIServerAuthenticationManager()
public JASPIServerAuthenticationManager(String securityDomain, CallbackHandler handler)
public boolean isValid(javax.security.auth.message.MessageInfo requestMessage, Subject clientSubject, String layer, CallbackHandler handler)
isValid
in interface ServerAuthenticationManager
public boolean isValid(javax.security.auth.message.MessageInfo messageInfo, Subject clientSubject, String layer, String appContext, CallbackHandler callbackHandler)
isValid
in interface ServerAuthenticationManager
public void secureResponse(javax.security.auth.message.MessageInfo messageInfo, Subject serviceSubject, String layer, String appContext, CallbackHandler handler)
secureResponse
in interface ServerAuthenticationManager
Copyright © 2015 JBoss Inc.. All Rights Reserved.