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

org.projecthusky.xua.saml2.Subject Maven / Gradle / Ivy

There is a newer version: 2.5.2
Show newest version
/*
 * This code is made available under the terms of the Eclipse Public License v1.0 
 * in the github project https://github.com/project-husky/husky there you also 
 * find a list of the contributors and the license information.
 * 
 * This project has been developed further and modified by the joined working group Husky 
 * on the basis of the eHealth Connector opensource project from June 28, 2021, 
 * whereas medshare GmbH is the initial and main contributor/author of the eHealth Connector.
 *
 */
package org.projecthusky.xua.saml2;

import java.util.List;

/**
 * 
 * 
Interface describing the methods of Subject
*
Interface welches die Methoden von Subject beschreibt
*
*
* * */ public interface Subject { /** * *
Method to get the NameID.Value.
*
Methode um den NameID.Value zu erhalten.
*
*
* * @return *
the NameID.Format as {@link java.lang.String}
*
das NameID.Format als {@link java.lang.String}
*
*
* */ String getNameIDFormat(); /** * *
Method to get the NameID.NameQualifier.
*
Methode um den NameID.NameQualifier zu erhalten.
*
*
* * @return *
the NameID.NameQualifier as {@link java.lang.String}
*
den NameID.NameQualifier als {@link java.lang.String}
*
*
* */ String getNameIDNameQualifier(); /** * *
Method to get the NameID.Value.
*
Methode um den NameID.Value zu erhalten.
*
*
* * @return *
the NameID.Value as {@link java.lang.String}
*
den NameID.Value als {@link java.lang.String}
*
*
* */ String getNameIDValue(); /** * *
Method to get the SubjectConfirmations.
*
Methode um die SubjectConfirmationen zu erhalten.
*
*
* * @return *
a {@link java.util.List} of {@link org.projecthusky.xua.saml2.SubjectConfirmation}s
*
eine {@link java.util.List} von {@link org.projecthusky.xua.saml2.SubjectConfirmation}s
*
*
* */ List getSubjectConfirmations(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy