public class CoreConfigUtil extends Object
| Constructor and Description |
|---|
CoreConfigUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getIdentityURL(IDPSSODescriptorType idp,
String bindingURI)
Given a binding uri, get the IDP identity url
|
static IDPSSODescriptorType |
getIDPDescriptor(EntitiesDescriptorType entitiesDescriptor)
Get the first metadata descriptor for an IDP
|
static IDPSSODescriptorType |
getIDPDescriptor(EntityDescriptorType entityDescriptor)
Get the IDP metadata descriptor from an entity descriptor
|
static String |
getLogoutResponseLocation(IDPSSODescriptorType idp,
String bindingURI)
Given a binding uri, get the IDP logout response url (used for global logouts)
|
static String |
getLogoutURL(IDPSSODescriptorType idp,
String bindingURI)
Given a binding uri, get the IDP identity url
|
static String |
getServiceURL(SPSSODescriptorType sp,
String bindingURI)
Get the service url for the SP
|
static SPSSODescriptorType |
getSPDescriptor(EntityDescriptorType entityDescriptor)
Get the SP Descriptor from an entity descriptor
|
public static IDPSSODescriptorType getIDPDescriptor(EntitiesDescriptorType entitiesDescriptor)
entitiesDescriptor - public static IDPSSODescriptorType getIDPDescriptor(EntityDescriptorType entityDescriptor)
entityDescriptor - public static SPSSODescriptorType getSPDescriptor(EntityDescriptorType entityDescriptor)
entityDescriptor - public static String getIdentityURL(IDPSSODescriptorType idp, String bindingURI)
idp - bindingURI - public static String getLogoutURL(IDPSSODescriptorType idp, String bindingURI)
idp - bindingURI - public static String getLogoutResponseLocation(IDPSSODescriptorType idp, String bindingURI)
public static String getServiceURL(SPSSODescriptorType sp, String bindingURI)
sp - bindingURI - Copyright © 2016 JBoss by Red Hat. All rights reserved.