public final class SamlCredential extends Object implements Serializable
Constructor and Description |
---|
SamlCredential(Element assertion) |
SamlCredential(String assertion) |
Modifier and Type | Method and Description |
---|---|
static Element |
assertionToElement(String assertion) |
static String |
assertionToString(Element assertion) |
boolean |
equals(Object obj) |
Element |
getAssertionAsElement() |
String |
getAssertionAsString() |
int |
hashCode() |
String |
toString() |
public SamlCredential(Element assertion)
public SamlCredential(String assertion)
public String getAssertionAsString()
public Element getAssertionAsElement() throws ProcessingException
ProcessingException
public static Element assertionToElement(String assertion) throws ProcessingException
ProcessingException
Copyright © 2021 JBoss by Red Hat. All rights reserved.