Searched refs:OneTimeUseImpl (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DOneTimeUseImpl.java25 * $Id: OneTimeUseImpl.java,v 1.2 2008/06/25 05:47:44 qcheng Exp $
43 public class OneTimeUseImpl class in inherits:ConditionAbstractImpl,OneTimeUse
51 public OneTimeUseImpl() { method in class:OneTimeUseImpl
62 public OneTimeUseImpl(String xml) throws SAML2Exception { method in class:OneTimeUseImpl
73 public OneTimeUseImpl(Element element) throws SAML2Exception { method in class:OneTimeUseImpl
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DOneTimeUseImpl.java25 * $Id: OneTimeUseImpl.java,v 1.2 2008/06/25 05:47:44 qcheng Exp $
43 public class OneTimeUseImpl class in inherits:ConditionAbstractImpl,OneTimeUse
51 public OneTimeUseImpl() { method in class:OneTimeUseImpl
62 public OneTimeUseImpl(String xml) throws SAML2Exception { method in class:OneTimeUseImpl
73 public OneTimeUseImpl(Element element) throws SAML2Exception { method in class:OneTimeUseImpl
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAssertionFactory.java53 import com.sun.identity.saml2.assertion.impl.OneTimeUseImpl;
760 return new OneTimeUseImpl();
781 return new OneTimeUseImpl(elem);
802 return new OneTimeUseImpl(xml);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAssertionFactory.java53 import com.sun.identity.saml2.assertion.impl.OneTimeUseImpl;
760 return new OneTimeUseImpl();
781 return new OneTimeUseImpl(elem);
802 return new OneTimeUseImpl(xml);

Completed in 36 milliseconds