Package org.glite.authz.pap.services.provisioning.exceptions

Examples of org.glite.authz.pap.services.provisioning.exceptions.VersionMismatchException


            MissingIssuerException, WrongFormatIssuerException {

        /* check the version attribute is for a SAML V2.0 query */

        if (query.getVersion() != SAMLVersion.VERSION_20) {
            throw new VersionMismatchException();
        }

        /* TODO check issue instant */

        /* check the issuer is present and has the expected format */
 
View Full Code Here

TOP

Related Classes of org.glite.authz.pap.services.provisioning.exceptions.VersionMismatchException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.