Package | Description |
---|---|
org.keycloak.dom.saml.v2.metadata | |
org.keycloak.saml.processing.core.saml.v2.writers | |
org.keycloak.saml.processing.core.util |
Modifier and Type | Method and Description |
---|---|
IDPSSODescriptorType |
EntityDescriptorType.EDTDescriptorChoiceType.getIdpDescriptor() |
Modifier and Type | Method and Description |
---|---|
void |
SAMLMetadataWriter.write(IDPSSODescriptorType idpSSODescriptor) |
Modifier and Type | Method and Description |
---|---|
static IDPSSODescriptorType |
CoreConfigUtil.getIDPDescriptor(EntitiesDescriptorType entitiesDescriptor)
Get the first metadata descriptor for an IDP
|
static IDPSSODescriptorType |
CoreConfigUtil.getIDPDescriptor(EntityDescriptorType entityDescriptor)
Get the IDP metadata descriptor from an entity descriptor
|
Modifier and Type | Method and Description |
---|---|
static String |
CoreConfigUtil.getIdentityURL(IDPSSODescriptorType idp,
String bindingURI)
Given a binding uri, get the IDP identity url
|
static String |
CoreConfigUtil.getLogoutResponseLocation(IDPSSODescriptorType idp,
String bindingURI)
Given a binding uri, get the IDP logout response url (used for global logouts)
|
static String |
CoreConfigUtil.getLogoutURL(IDPSSODescriptorType idp,
String bindingURI)
Given a binding uri, get the IDP identity url
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.