|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.api.saml.v2.metadata.MetaDataBuilder
public class MetaDataBuilder
SAML2 Metadata Builder API
Constructor Summary | |
---|---|
MetaDataBuilder()
|
Method Summary | |
---|---|
static EndpointType |
createEndpoint(String binding,
String location,
String responseLocation)
Create an Endpoint (SingleSignOnEndpoint or SingleLogoutEndpoint) |
static EntityDescriptorType |
createEntityDescriptor(SSODescriptorType idpOrSPDescriptor)
Create an Entity Descriptor |
static IDPSSODescriptorType |
createIDPSSODescriptor(boolean requestsSigned,
KeyDescriptorType keyDescriptorType,
EndpointType ssoEndPoint,
EndpointType sloEndPoint,
List<AttributeType> attributes,
OrganizationType org)
Create a IDP SSO metadata descriptor |
static OrganizationType |
createOrganization(String organizationName,
String organizationDisplayName,
String organizationURL,
String lang)
Create an Organization |
static SPSSODescriptorType |
createSPSSODescriptor(boolean requestsSigned,
KeyDescriptorType keyDescriptorType,
EndpointType sloEndPoint,
List<AttributeType> attributes,
OrganizationType org)
Create a IDP SSO metadata descriptor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetaDataBuilder()
Method Detail |
---|
public static EndpointType createEndpoint(String binding, String location, String responseLocation)
binding
- location
- responseLocation
-
public static OrganizationType createOrganization(String organizationName, String organizationDisplayName, String organizationURL, String lang)
organizationName
- organizationDisplayName
- organizationURL
- lang
-
public static EntityDescriptorType createEntityDescriptor(SSODescriptorType idpOrSPDescriptor)
idpOrSPDescriptor
- a descriptor for either the IDP or SSO
public static IDPSSODescriptorType createIDPSSODescriptor(boolean requestsSigned, KeyDescriptorType keyDescriptorType, EndpointType ssoEndPoint, EndpointType sloEndPoint, List<AttributeType> attributes, OrganizationType org)
requestsSigned
- keyDescriptorType
- ssoEndPoint
- sloEndPoint
- attributes
- org
-
public static SPSSODescriptorType createSPSSODescriptor(boolean requestsSigned, KeyDescriptorType keyDescriptorType, EndpointType sloEndPoint, List<AttributeType> attributes, OrganizationType org)
requestsSigned
- keyDescriptorType
- ssoEndPoint
- sloEndPoint
- attributes
- org
-
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |