Class SamlTokenSecurityEvent
- java.lang.Object
-
- org.apache.xml.security.stax.securityEvent.SecurityEvent
-
- org.apache.xml.security.stax.securityEvent.TokenSecurityEvent<T>
-
- org.apache.wss4j.stax.securityEvent.IssuedTokenSecurityEvent<SamlSecurityToken>
-
- org.apache.wss4j.stax.securityEvent.SamlTokenSecurityEvent
-
public class SamlTokenSecurityEvent extends IssuedTokenSecurityEvent<SamlSecurityToken>
-
-
Constructor Summary
Constructors Constructor Description SamlTokenSecurityEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIssuerName()
SamlAssertionWrapper
getSamlAssertionWrapper()
-
Methods inherited from class org.apache.xml.security.stax.securityEvent.TokenSecurityEvent
getSecurityToken, setSecurityToken
-
-
-
-
Method Detail
-
getIssuerName
public String getIssuerName() throws WSSecurityException
- Specified by:
getIssuerName
in classIssuedTokenSecurityEvent<SamlSecurityToken>
- Throws:
WSSecurityException
-
getSamlAssertionWrapper
public SamlAssertionWrapper getSamlAssertionWrapper() throws WSSecurityException
- Throws:
WSSecurityException
-
-