Author: nandana Date: Wed Mar 25 02:41:49 2009 New Revision: 32526 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=32526
Log: adding clam mapping configurations Added: trunk/solutions/identity/modules/distribution/conf/ trunk/solutions/identity/modules/distribution/conf/initial-claims.xml trunk/solutions/identity/modules/distribution/conf/openid-claim-mapper.xml trunk/solutions/identity/modules/distribution/conf/saml1-assertion-config.xml Modified: trunk/solutions/identity/modules/distribution/pom.xml trunk/solutions/identity/modules/distribution/src/assembly/bin.xml trunk/solutions/identity/modules/distribution/src/assembly/dist.xml Added: trunk/solutions/identity/modules/distribution/conf/initial-claims.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/distribution/conf/initial-claims.xml?pathrev=32526 ============================================================================== --- (empty file) +++ trunk/solutions/identity/modules/distribution/conf/initial-claims.xml Wed Mar 25 02:41:49 2009 @@ -0,0 +1,178 @@ +<InitialClaims> + <Claims Dialect="http://schemas.xmlsoap.org/ws/2005/05/identity" DialectInfo="Standard claims"> + <ClaimType Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname"> + <DisplayTag>Given name</DisplayTag> + <Description>Given name</Description> + </ClaimType> + <ClaimType Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname"> + <DisplayTag>Surname</DisplayTag> + <Description>Surname</Description> + </ClaimType> + <ClaimType Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress"> + <DisplayTag>Email address</DisplayTag> + <Description>Email address</Description> + <OpenIDTag>email</OpenIDTag> + </ClaimType> + <ClaimType Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/streetaddress"> + <DisplayTag>Street address</DisplayTag> + <Description>Street address</Description> + </ClaimType> + <ClaimType Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/locality"> + <DisplayTag>Locality</DisplayTag> + <Description>Locality</Description> + </ClaimType> + <ClaimType Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/stateorprovince"> + <DisplayTag>State or province</DisplayTag> + <Description>State or province</Description> + </ClaimType> + <ClaimType Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/postalcode"> + <DisplayTag>Postal code</DisplayTag> + <Description>Postal code</Description> + <OpenIDTag>postcode</OpenIDTag> + </ClaimType> + <ClaimType Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/country"> + <DisplayTag>Country</DisplayTag> + <Description>Country</Description> + <OpenIDTag>country</OpenIDTag> + </ClaimType> + <ClaimType Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/homephone"> + <DisplayTag>Home phone</DisplayTag> + <Description>Home phone</Description> + </ClaimType> + <ClaimType Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/otherphone"> + <DisplayTag>Other phone</DisplayTag> + <Description>Other phone</Description> + </ClaimType> + <ClaimType Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/mobile"> + <DisplayTag>Mobile phone</DisplayTag> + <Description>Mobile phone</Description> + </ClaimType> + <ClaimType Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/privatepersonalidentifier"> + <DisplayTag>Private personal identifier</DisplayTag> + <Description>Private personal identifier</Description> + </ClaimType> + <ClaimType Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nickname"> + <DisplayTag>Nickname</DisplayTag> + <Description>Nickname</Description> + <OpenIDTag>nickname</OpenIDTag> + </ClaimType> + <ClaimType Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/dateofbirth"> + <DisplayTag>Date of Birth</DisplayTag> + <Description>Date of Birth</Description> + <OpenIDTag>dob</OpenIDTag> + </ClaimType> + <ClaimType Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/gender"> + <DisplayTag>Gender</DisplayTag> + <Description>Gender</Description> + <OpenIDTag>gender</OpenIDTag> + </ClaimType> + </Claims> + <Claims Dialect="http://identity.wso2.org/claims" DialectInfo="WSO2 Claims"> + <ClaimType Uri="http://identity.wso2.org/claims/givenname"> + <DisplayTag>Given name</DisplayTag> + <Description>Given name</Description> + </ClaimType> + <ClaimType Uri="http://identity.wso2.org/claims/surname"> + <DisplayTag>Surname</DisplayTag> + <Description>Surname</Description> + </ClaimType> + </Claims> + <Claims Dialect="http://schema.openid.net/2007/05/claims" DialectInfo="OpenID Simple Registration Claims"> + <ClaimType Uri="http://schema.openid.net/2007/05/claims/identifier"> + <DisplayTag>OpenID</DisplayTag> + <Description>OpenID</Description> + </ClaimType> + <ClaimType Uri="http://schema.openid.net/2007/05/claims/dob"> + <DisplayTag>Date of Birth</DisplayTag> + <Description>Date of Birth</Description> + <OpenIDTag>dob</OpenIDTag> + </ClaimType> + <ClaimType Uri="http://schema.openid.net/2007/05/claims/gender"> + <DisplayTag>Gender</DisplayTag> + <Description>Gender</Description> + <OpenIDTag>gender</OpenIDTag> + </ClaimType> + <ClaimType Uri="http://schema.openid.net/2007/05/claims/language"> + <DisplayTag>Langauge</DisplayTag> + <Description>Language</Description> + <OpenIDTag>language</OpenIDTag> + </ClaimType> + <ClaimType Uri="http://schema.openid.net/2007/05/claims/timezone"> + <DisplayTag>Time Zone</DisplayTag> + <Description>Time Zone</Description> + <OpenIDTag>timezone</OpenIDTag> + </ClaimType> + <ClaimType Uri="http://schema.openid.net/2007/05/claims/fullname"> + <DisplayTag>Full Name</DisplayTag> + <Description>Full Name</Description> + <OpenIDTag>fullname</OpenIDTag> + </ClaimType> + <ClaimType Uri="http://schema.openid.net/2007/05/claims/nickname"> + <DisplayTag>Nickname</DisplayTag> + <Description>Nickname</Description> + <OpenIDTag>nickname</OpenIDTag> + </ClaimType> + <ClaimType Uri="http://schema.openid.net/2007/05/claims/country"> + <DisplayTag>Country</DisplayTag> + <Description>Country</Description> + <OpenIDTag>country</OpenIDTag> + </ClaimType> + <ClaimType Uri="http://schema.openid.net/2007/05/claims/postcode"> + <DisplayTag>Postal code</DisplayTag> + <Description>Postal code</Description> + <OpenIDTag>postcode</OpenIDTag> + </ClaimType> + <ClaimType Uri="http://schema.openid.net/2007/05/claims/email"> + <DisplayTag>Email address</DisplayTag> + <Description>Email address</Description> + <OpenIDTag>email</OpenIDTag> + </ClaimType> + </Claims> + <Claims Dialect="http://axschema.org" DialectInfo="OpenID Attribute Exchange Claims"> + <ClaimType Uri="http://axschema.org/namePerson/friendly"> + <DisplayTag>Nickname</DisplayTag> + <Description>Nickname</Description> + <OpenIDTag>nickname</OpenIDTag> + </ClaimType> + <ClaimType Uri="http://axschema.org/contact/email"> + <DisplayTag>Email address</DisplayTag> + <Description>Email address</Description> + <OpenIDTag>email</OpenIDTag> + </ClaimType> + <ClaimType Uri="http://axschema.org/namePerson"> + <DisplayTag>Full Name</DisplayTag> + <Description>Full Name</Description> + <OpenIDTag>fullname</OpenIDTag> + </ClaimType> + <ClaimType Uri="http://axschema.org/birthDate"> + <DisplayTag>Date of Birth</DisplayTag> + <Description>Date of Birth</Description> + <OpenIDTag>dob</OpenIDTag> + </ClaimType> + <ClaimType Uri="http://axschema.org/person/gender"> + <DisplayTag>Gender</DisplayTag> + <Description>Gender</Description> + <OpenIDTag>gender</OpenIDTag> + </ClaimType> + <ClaimType Uri="http://axschema.org/contact/postalCode/home"> + <DisplayTag>Postal code</DisplayTag> + <Description>Postal code</Description> + <OpenIDTag>postcode</OpenIDTag> + </ClaimType> + <ClaimType Uri="http://axschema.org/contact/country/home"> + <DisplayTag>Country</DisplayTag> + <Description>Country</Description> + <OpenIDTag>country</OpenIDTag> + </ClaimType> + <ClaimType Uri="http://axschema.org/pref/language"> + <DisplayTag>Langauge</DisplayTag> + <Description>Language</Description> + <OpenIDTag>language</OpenIDTag> + </ClaimType> + <ClaimType Uri="http://axschema.org/pref/timezone"> + <DisplayTag>Time Zone</DisplayTag> + <Description>Time Zone</Description> + <OpenIDTag>timezone</OpenIDTag> + </ClaimType> + </Claims> +</InitialClaims> Added: trunk/solutions/identity/modules/distribution/conf/openid-claim-mapper.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/distribution/conf/openid-claim-mapper.xml?pathrev=32526 ============================================================================== --- (empty file) +++ trunk/solutions/identity/modules/distribution/conf/openid-claim-mapper.xml Wed Mar 25 02:41:49 2009 @@ -0,0 +1,57 @@ +<ClaimMapper> + +<Claim> + <SReg>nickname</SReg> + <AxSchema>http://axschema.org/namePerson/friendly</AxSchema> + <OpenIDSchema>http://schema.openid.net/namePerson/friendly</OpenIDSchema> +</Claim> + +<Claim> + <SReg>email</SReg> + <AxSchema>http://axschema.org/contact/email</AxSchema> + <OpenIDSchema>http://schema.openid.net/contact/email</OpenIDSchema> +</Claim> + +<Claim> + <SReg>fullname</SReg> + <AxSchema>http://axschema.org/namePerson</AxSchema> + <OpenIDSchema>http://schema.openid.net/namePerson</OpenIDSchema> +</Claim> + +<Claim> + <SReg>dob</SReg> + <AxSchema>http://axschema.org/birthDate</AxSchema> + <OpenIDSchema>http://schema.openid.net/birthDate</OpenIDSchema> +</Claim> + +<Claim> + <SReg>gender</SReg> + <AxSchema>http://axschema.org/person/gender</AxSchema> + <OpenIDSchema>http://schema.openid.net/person/gender</OpenIDSchema> +</Claim> + +<Claim> + <SReg>postcode</SReg> + <AxSchema>http://axschema.org/contact/postalCode/home</AxSchema> + <OpenIDSchema>http://schema.openid.net/contact/postalCode/home</OpenIDSchema> +</Claim> + +<Claim> + <SReg>country</SReg> + <AxSchema>http://axschema.org/contact/country/home</AxSchema> + <OpenIDSchema>http://schema.openid.net/contact/country/home</OpenIDSchema> +</Claim> + +<Claim> + <SReg>language</SReg> + <AxSchema>http://axschema.org/pref/language</AxSchema> + <OpenIDSchema>http://schema.openid.net/pref/language</OpenIDSchema> +</Claim> + +<Claim> + <SReg>timezone</SReg> + <AxSchema>http://axschema.org/pref/timezone</AxSchema> + <OpenIDSchema>http://schema.openid.net/pref/timezone</OpenIDSchema> +</Claim> + +</ClaimMapper> \ No newline at end of file Added: trunk/solutions/identity/modules/distribution/conf/saml1-assertion-config.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/distribution/conf/saml1-assertion-config.xml?pathrev=32526 ============================================================================== --- (empty file) +++ trunk/solutions/identity/modules/distribution/conf/saml1-assertion-config.xml Wed Mar 25 02:41:49 2009 @@ -0,0 +1,257 @@ +<?xml version="1.0" encoding="UTF-8"?> +<XMLTooling xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.opensaml.org/xmltooling-config ../../src/schema/xmltooling-config.xsd" + xmlns:saml1="urn:oasis:names:tc:SAML:1.0:assertion" + xmlns:ds="http://www.w3.org/2000/09/xmldsig#" + xmlns="http://www.opensaml.org/xmltooling-config"> + + <!-- SAML 1.X Assertion Object providers --> + + <ObjectProviders> + + + <!-- Action --> + <ObjectProvider qualifiedName="saml1:Action"> + <BuilderClass className="org.opensaml.saml1.core.impl.ActionBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.ActionMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.ActionUnmarshaller" /> + </ObjectProvider> + + <ObjectProvider qualifiedName="saml1:ActionType"> + <BuilderClass className="org.opensaml.saml1.core.impl.ActionBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.ActionMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.ActionUnmarshaller" /> + </ObjectProvider> + + <!-- Advice --> + <ObjectProvider qualifiedName="saml1:Advice"> + <BuilderClass className="org.opensaml.saml1.core.impl.AdviceBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.AdviceMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.AdviceUnmarshaller" /> + </ObjectProvider> + + <ObjectProvider qualifiedName="saml1:AdviceType"> + <BuilderClass className="org.opensaml.saml1.core.impl.AdviceBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.AdviceMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.AdviceUnmarshaller" /> + </ObjectProvider> + + <!-- Assertion --> + <ObjectProvider qualifiedName="saml1:Assertion"> + <BuilderClass className="org.opensaml.saml1.core.impl.AssertionBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.AssertionMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.AssertionUnmarshaller" /> + </ObjectProvider> + + <ObjectProvider qualifiedName="saml1:AssertionType"> + <BuilderClass className="org.opensaml.saml1.core.impl.AssertionBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.AssertionMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.AssertionUnmarshaller" /> + </ObjectProvider> + + <!-- AssertionIDReference --> + <ObjectProvider qualifiedName="saml1:AssertionIDReference"> + <BuilderClass className="org.opensaml.saml1.core.impl.AssertionIDReferenceBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.AssertionIDReferenceMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.AssertionIDReferenceUnmarshaller" /> + </ObjectProvider> + + <!-- Attribute --> + <ObjectProvider qualifiedName="saml1:Attribute"> + <BuilderClass className="org.opensaml.saml1.core.impl.AttributeBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.AttributeMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.AttributeUnmarshaller" /> + </ObjectProvider> + + <ObjectProvider qualifiedName="saml1:AttributeType"> + <BuilderClass className="org.opensaml.saml1.core.impl.AttributeBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.AttributeMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.AttributeUnmarshaller" /> + </ObjectProvider> + + <!-- AttributeDesignator --> + <ObjectProvider qualifiedName="saml1:AttributeDesignator"> + <BuilderClass className="org.opensaml.saml1.core.impl.AttributeDesignatorBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.AttributeDesignatorMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.AttributeDesignatorUnmarshaller" /> + </ObjectProvider> + + <ObjectProvider qualifiedName="saml1:AttributeDesignatorType"> + <BuilderClass className="org.opensaml.saml1.core.impl.AttributeDesignatorBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.AttributeDesignatorMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.AttributeDesignatorUnmarshaller" /> + </ObjectProvider> + + <!-- AttributeStatement --> + <ObjectProvider qualifiedName="saml1:AttributeStatement"> + <BuilderClass className="org.opensaml.saml1.core.impl.AttributeStatementBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.AttributeStatementMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.AttributeStatementUnmarshaller" /> + </ObjectProvider> + + <ObjectProvider qualifiedName="saml1:AttributeStatementType"> + <BuilderClass className="org.opensaml.saml1.core.impl.AttributeStatementBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.AttributeStatementMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.AttributeStatementUnmarshaller" /> + </ObjectProvider> + + <!-- Audience --> + <ObjectProvider qualifiedName="saml1:Audience"> + <BuilderClass className="org.opensaml.saml1.core.impl.AudienceBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.AudienceMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.AudienceUnmarshaller" /> + </ObjectProvider> + + <!-- saml1:AudienceRestrictionCondition --> + <ObjectProvider qualifiedName="saml1:AudienceRestrictionCondition"> + <BuilderClass className="org.opensaml.saml1.core.impl.AudienceRestrictionConditionBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.AudienceRestrictionConditionMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.AudienceRestrictionConditionUnmarshaller" /> + </ObjectProvider> + + <ObjectProvider qualifiedName="saml1:AudienceRestrictionConditionType"> + <BuilderClass className="org.opensaml.saml1.core.impl.AudienceRestrictionConditionBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.AudienceRestrictionConditionMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.AudienceRestrictionConditionUnmarshaller" /> + </ObjectProvider> + + <!-- AuthenticationStatement --> + <ObjectProvider qualifiedName="saml1:AuthenticationStatement"> + <BuilderClass className="org.opensaml.saml1.core.impl.AuthenticationStatementBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.AuthenticationStatementMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.AuthenticationStatementUnmarshaller" /> + </ObjectProvider> + + <ObjectProvider qualifiedName="saml1:AuthenticationStatementType"> + <BuilderClass className="org.opensaml.saml1.core.impl.AuthenticationStatementBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.AuthenticationStatementMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.AuthenticationStatementUnmarshaller" /> + </ObjectProvider> + + <!-- AuthorityBinding --> + <ObjectProvider qualifiedName="saml1:AuthorityBinding"> + <BuilderClass className="org.opensaml.saml1.core.impl.AuthorityBindingBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.AuthorityBindingMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.AuthorityBindingUnmarshaller" /> + </ObjectProvider> + + <ObjectProvider qualifiedName="saml1:AuthorityBindingType"> + <BuilderClass className="org.opensaml.saml1.core.impl.AuthorityBindingBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.AuthorityBindingMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.AuthorityBindingUnmarshaller" /> + </ObjectProvider> + + <!-- AuthorizationDecisionStatement --> + <ObjectProvider qualifiedName="saml1:AuthorizationDecisionStatement"> + <BuilderClass className="org.opensaml.saml1.core.impl.AuthorizationDecisionStatementBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.AuthorizationDecisionStatementMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.AuthorizationDecisionStatementUnmarshaller" /> + </ObjectProvider> + + <ObjectProvider qualifiedName="saml1:AuthorizationDecisionStatementType"> + <BuilderClass className="org.opensaml.saml1.core.impl.AuthorizationDecisionStatementBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.AuthorizationDecisionStatementMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.AuthorizationDecisionStatementUnmarshaller" /> + </ObjectProvider> + + <!-- Conditions --> + <ObjectProvider qualifiedName="saml1:Conditions"> + <BuilderClass className="org.opensaml.saml1.core.impl.ConditionsBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.ConditionsMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.ConditionsUnmarshaller" /> + </ObjectProvider> + + <ObjectProvider qualifiedName="saml1:ConditionsType"> + <BuilderClass className="org.opensaml.saml1.core.impl.ConditionsBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.ConditionsMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.ConditionsUnmarshaller" /> + </ObjectProvider> + + <!-- ConfirmationMethod --> + <ObjectProvider qualifiedName="saml1:ConfirmationMethod"> + <BuilderClass className="org.opensaml.saml1.core.impl.ConfirmationMethodBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.ConfirmationMethodMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.ConfirmationMethodUnmarshaller" /> + </ObjectProvider> + + <!-- DoNotCacheCondition --> + <ObjectProvider qualifiedName="saml1:DoNotCacheCondition"> + <BuilderClass className="org.opensaml.saml1.core.impl.DoNotCacheConditionBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.DoNotCacheConditionMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.DoNotCacheConditionUnmarshaller" /> + </ObjectProvider> + + <ObjectProvider qualifiedName="saml1:DoNotCacheConditionType"> + <BuilderClass className="org.opensaml.saml1.core.impl.DoNotCacheConditionBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.DoNotCacheConditionMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.DoNotCacheConditionUnmarshaller" /> + </ObjectProvider> + + <!-- Evidence --> + <ObjectProvider qualifiedName="saml1:Evidence"> + <BuilderClass className="org.opensaml.saml1.core.impl.EvidenceBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.EvidenceMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.EvidenceUnmarshaller" /> + </ObjectProvider> + + <ObjectProvider qualifiedName="saml1:EvidenceType"> + <BuilderClass className="org.opensaml.saml1.core.impl.EvidenceBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.EvidenceMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.EvidenceUnmarshaller" /> + </ObjectProvider> + + <!-- NameIdentifier --> + <ObjectProvider qualifiedName="saml1:NameIdentifier"> + <BuilderClass className="org.opensaml.saml1.core.impl.NameIdentifierBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.NameIdentifierMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.NameIdentifierUnmarshaller" /> + </ObjectProvider> + + <ObjectProvider qualifiedName="saml1:NameIdentifierType"> + <BuilderClass className="org.opensaml.saml1.core.impl.NameIdentifierBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.NameIdentifierMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.NameIdentifierUnmarshaller" /> + </ObjectProvider> + + <!-- Subject --> + <ObjectProvider qualifiedName="saml1:Subject"> + <BuilderClass className="org.opensaml.saml1.core.impl.SubjectBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.SubjectMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.SubjectUnmarshaller" /> + </ObjectProvider> + + <ObjectProvider qualifiedName="saml1:SubjectType"> + <BuilderClass className="org.opensaml.saml1.core.impl.SubjectBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.SubjectMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.SubjectUnmarshaller" /> + </ObjectProvider> + + <!-- SubjectConfirmation --> + <ObjectProvider qualifiedName="saml1:SubjectConfirmation"> + <BuilderClass className="org.opensaml.saml1.core.impl.SubjectConfirmationBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.SubjectConfirmationMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.SubjectConfirmationUnmarshaller" /> + </ObjectProvider> + + <ObjectProvider qualifiedName="saml1:SubjectConfirmationType"> + <BuilderClass className="org.opensaml.saml1.core.impl.SubjectConfirmationBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.SubjectConfirmationMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.SubjectConfirmationUnmarshaller" /> + </ObjectProvider> + + <!-- SubjectLocality --> + <ObjectProvider qualifiedName="saml1:SubjectLocality"> + <BuilderClass className="org.opensaml.saml1.core.impl.SubjectLocalityBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.SubjectLocalityMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.SubjectLocalityUnmarshaller" /> + </ObjectProvider> + + <ObjectProvider qualifiedName="saml1:SubjectLocalityType"> + <BuilderClass className="org.opensaml.saml1.core.impl.SubjectLocalityBuilder" /> + <MarshallingClass className="org.opensaml.saml1.core.impl.SubjectLocalityMarshaller" /> + <UnmarshallingClass className="org.opensaml.saml1.core.impl.SubjectLocalityUnmarshaller" /> + </ObjectProvider> + + </ObjectProviders> + +</XMLTooling> Modified: trunk/solutions/identity/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/distribution/pom.xml?rev=32526&r1=32525&r2=32526&view=diff ============================================================================== --- trunk/solutions/identity/modules/distribution/pom.xml (original) +++ trunk/solutions/identity/modules/distribution/pom.xml Wed Mar 25 02:41:49 2009 @@ -67,6 +67,12 @@ <dependency> <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.identity.sts.mgt.ui</artifactId> + <version>${carbon.version}</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.identity.user.registration.ui</artifactId> <version>${carbon.version}</version> </dependency> Modified: trunk/solutions/identity/modules/distribution/src/assembly/bin.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/distribution/src/assembly/bin.xml?rev=32526&r1=32525&r2=32526&view=diff ============================================================================== --- trunk/solutions/identity/modules/distribution/src/assembly/bin.xml (original) +++ trunk/solutions/identity/modules/distribution/src/assembly/bin.xml Wed Mar 25 02:41:49 2009 @@ -112,5 +112,23 @@ <outputDirectory>wso2is-${pom.version}/bin/</outputDirectory> <filtered>true</filtered> </file> + + <file> + <source>conf/initial-claims.xml</source> + <outputDirectory>wso2is-${pom.version}/conf/</outputDirectory> + <fileMode>644</fileMode> + </file> + + <file> + <source>conf/openid-claim-mapper.xml</source> + <outputDirectory>wso2is-${pom.version}/conf/</outputDirectory> + <fileMode>644</fileMode> + </file> + + <file> + <source>conf/saml1-assertion-config.xml</source> + <outputDirectory>wso2is-${pom.version}/conf/</outputDirectory> + <fileMode>644</fileMode> + </file> </files> </assembly> Modified: trunk/solutions/identity/modules/distribution/src/assembly/dist.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/distribution/src/assembly/dist.xml?rev=32526&r1=32525&r2=32526&view=diff ============================================================================== --- trunk/solutions/identity/modules/distribution/src/assembly/dist.xml (original) +++ trunk/solutions/identity/modules/distribution/src/assembly/dist.xml Wed Mar 25 02:41:49 2009 @@ -26,8 +26,8 @@ <include>org.wso2.carbon:org.wso2.carbon.ui.menu.registry:jar</include> <include>org.wso2.carbon:org.wso2.carbon.identity.user.registration.ui:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.identity.provider.ui:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.identity.sts.mgt.ui:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.identity.provider.ui:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.identity.sts.mgt.ui:jar</include> </includes> @@ -53,7 +53,7 @@ <include>org.wso2.carbon:org.wso2.carbon.registry.mgt.ui.search:jar</include> <include>org.wso2.carbon:org.wso2.carbon.identity.user.registration:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.identity.core:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.identity.core:jar</include> <include>org.wso2.carbon:org.wso2.carbon.identity.provider:jar</include> <include>org.wso2.carbon:org.wso2.carbon.identity.sts:jar</include> <include>org.wso2.carbon:org.wso2.carbon.identity.sts.mgt:jar</include> _______________________________________________ Identity-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/identity-dev
