public class JASPICContext extends Object
Modifier and Type | Field and Description |
---|---|
static io.undertow.util.AttachmentKey<JASPICContext> |
ATTACHMENT_KEY |
Constructor and Description |
---|
JASPICContext(javax.security.auth.message.MessageInfo messageInfo,
org.jboss.security.plugins.auth.JASPIServerAuthenticationManager sam,
org.jboss.security.auth.callback.JASPICallbackHandler cbh) |
Modifier and Type | Method and Description |
---|---|
org.jboss.security.auth.callback.JASPICallbackHandler |
getCbh() |
javax.security.auth.message.MessageInfo |
getMessageInfo() |
org.jboss.security.plugins.auth.JASPIServerAuthenticationManager |
getSam() |
public static final io.undertow.util.AttachmentKey<JASPICContext> ATTACHMENT_KEY
public JASPICContext(javax.security.auth.message.MessageInfo messageInfo, org.jboss.security.plugins.auth.JASPIServerAuthenticationManager sam, org.jboss.security.auth.callback.JASPICallbackHandler cbh)
public javax.security.auth.message.MessageInfo getMessageInfo()
public org.jboss.security.plugins.auth.JASPIServerAuthenticationManager getSam()
public org.jboss.security.auth.callback.JASPICallbackHandler getCbh()
Copyright © 2018 JBoss by Red Hat. All rights reserved.