public class SubjectCreator extends Object
Constructor and Description |
---|
SubjectCreator() |
Modifier and Type | Method and Description |
---|---|
Subject |
createSubject(org.jboss.security.plugins.JBossAuthenticationManager manager,
String name,
String password,
boolean isDigest,
byte[] nonce,
String created) |
Subject |
createSubject(org.jboss.security.plugins.JBossAuthenticationManager manager,
String name,
String password,
boolean isDigest,
String nonce,
String created) |
Subject |
createSubject(org.jboss.wsf.spi.security.SecurityDomainContext ctx,
String name,
String password,
boolean isDigest,
byte[] nonce,
String created) |
Subject |
createSubject(org.jboss.wsf.spi.security.SecurityDomainContext ctx,
String name,
String password,
boolean isDigest,
String nonce,
String created) |
void |
setDecodeNonce(boolean decodeNonce) |
void |
setNonceStore(NonceStore nonceStore) |
void |
setPropagateContext(boolean propagateContext) |
void |
setTimestampThreshold(int timestampThreshold) |
protected void |
verifyUsernameToken(String nonce,
String created) |
public Subject createSubject(org.jboss.wsf.spi.security.SecurityDomainContext ctx, String name, String password, boolean isDigest, byte[] nonce, String created)
public Subject createSubject(org.jboss.wsf.spi.security.SecurityDomainContext ctx, String name, String password, boolean isDigest, String nonce, String created)
public Subject createSubject(org.jboss.security.plugins.JBossAuthenticationManager manager, String name, String password, boolean isDigest, byte[] nonce, String created)
public Subject createSubject(org.jboss.security.plugins.JBossAuthenticationManager manager, String name, String password, boolean isDigest, String nonce, String created)
public void setPropagateContext(boolean propagateContext)
public void setTimestampThreshold(int timestampThreshold)
public void setNonceStore(NonceStore nonceStore)
public void setDecodeNonce(boolean decodeNonce)
Copyright © 2019 JBoss, by Red Hat. All rights reserved.