org.picketlink.identity.federation.core.saml.v2.exceptions
Class AssertionExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
org.picketlink.identity.federation.core.saml.v2.exceptions.AssertionExpiredException
- All Implemented Interfaces:
- Serializable
public class AssertionExpiredException
- extends GeneralSecurityException
Security Exception indicating expiration of SAML2 assertion
- Since:
- Dec 12, 2008
- Author:
- Anil.Saldhana@redhat.com
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
id
protected String id
AssertionExpiredException
public AssertionExpiredException()
AssertionExpiredException
public AssertionExpiredException(String message,
Throwable cause)
AssertionExpiredException
public AssertionExpiredException(String msg)
AssertionExpiredException
public AssertionExpiredException(Throwable cause)
getId
public String getId()
setId
public void setId(String id)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.