Download opensaml-profile-api-3.2.0.jar file

Introduction

You can download opensaml-profile-api-3.2.0.jar in this page.

License

Open Source

Type List

opensaml-profile-api-3.2.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.opensaml/opensaml-profile-api/pom.properties
META-INF/maven/org.opensaml/opensaml-profile-api/pom.xml
org.opensaml.profile.action.AbstractConditionalProfileAction.class
org.opensaml.profile.action.AbstractProfileAction.class
org.opensaml.profile.action.ActionSupport.class
org.opensaml.profile.action.EventException.class
org.opensaml.profile.action.EventIds.class
org.opensaml.profile.action.MessageEncoderFactory.class
org.opensaml.profile.action.ProfileAction.class
org.opensaml.profile.context.EventContext.class
org.opensaml.profile.context.PreviousEventContext.class
org.opensaml.profile.context.ProfileRequestContext.class
org.opensaml.profile.context.navigate.CurrentOrPreviousEventLookup.class
org.opensaml.profile.context.navigate.InboundMessageContextLookup.class
org.opensaml.profile.context.navigate.OutboundMessageContextLookup.class
org.opensaml.profile.context.navigate.ProfileIdLookup.class
org.opensaml.profile.logic.BrowserProfilePredicate.class
org.opensaml.profile.logic.IPRangePredicate.class
org.opensaml.profile.logic.MessageContextPredicateAdapter.class
org.opensaml.profile.logic.NoConfidentialityMessageChannelPredicate.class
org.opensaml.profile.logic.NoIntegrityMessageChannelPredicate.class
org.opensaml.profile.logic.ProfileIdPredicate.class

Pom

opensaml-profile-api-3.2.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.opensaml</groupId>
        <artifactId>opensaml-parent</artifactId>
        <version>3.2.0</version>
        <relativePath>../opensaml-parent</relativePath>
    </parent>

    <name>OpenSAML :: Profile API</name>
    <artifactId>opensaml-profile-api</artifactId>
    <packaging>jar</packaging>

    <dependencies>
        <!-- Compile Dependencies -->
        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>opensaml-core</artifactId>
            <version>${project.version}</version>
        </dependency>

        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>opensaml-messaging-api</artifactId>
            <version>${project.version}</version>
        </dependency>

        <!-- Provided Dependencies -->
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>javax.servlet-api</artifactId>
            <scope>provided</scope>
        </dependency>

        <!-- Runtime Dependencies -->

        <!-- Test Dependencies -->
        <dependency>
            <groupId>${spring.groupId}</groupId>
            <artifactId>spring-test</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>${spring.groupId}</groupId>
            <artifactId>spring-web</artifactId>
            <scope>test</scope>
        </dependency>

        <!-- Managed Dependencies -->
    </dependencies>
    
</project>

POM Entry

<dependency>
   <groupId>org.opensaml</groupId>
   <artifactId>opensaml-profile-api</artifactId>
   <version>3.2.0</version>
</dependency>

Download

If you think the following opensaml-profile-api-3.2.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download opensaml-profile-api-3.2.0.jar file




PreviousNext

Related