All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sun.xml.wss.saml.assertion.saml11.jaxb20.Condition Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
/*
 * Copyright (c) 2010, 2018 Oracle and/or its affiliates. All rights reserved.
 *
 * This program and the accompanying materials are made available under the
 * terms of the Eclipse Distribution License v. 1.0, which is available at
 * http://www.eclipse.org/org/documents/edl-v10.php.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

/*
 * $Id: Condition.java,v 1.2 2010-10-21 15:38:00 snajper Exp $
 */

package com.sun.xml.wss.saml.assertion.saml11.jaxb20;

import com.sun.xml.wss.saml.internal.saml11.jaxb20.ConditionAbstractType;


/**
 * This is an abstract class which servers as an extension point for new
 * conditions.  This is one of the element within the Conditions
 * object.  Extension elements based on this class MUST use xsi:type attribute
 * to indicate the derived type.
 */
public class Condition extends ConditionAbstractType
    implements com.sun.xml.wss.saml.Condition {
   
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy