Package | Description |
---|---|
com.sun.identity.saml2.jaxb.metadata |
Package level documentation for generated package com.sun.identity.saml2.jaxb.metadata.
|
com.sun.identity.saml2.jaxb.metadata.impl | |
com.sun.identity.saml2.profile |
Package that handles SAML v2 profiles.
|
Modifier and Type | Method and Description |
---|---|
SingleLogoutServiceElement |
ObjectFactory.createSingleLogoutServiceElement()
Create an instance of SingleLogoutServiceElement
|
Modifier and Type | Class and Description |
---|---|
class |
SingleLogoutServiceElementImpl |
Modifier and Type | Method and Description |
---|---|
static SingleLogoutServiceElement |
LogoutUtil.getIDPSLOConfig(String realm,
String entityId,
String binding)
Returns first SingleLogout configuration in an entity under
the realm.
|
static SingleLogoutServiceElement |
LogoutUtil.getMostAppropriateSLOServiceLocation(List<SingleLogoutServiceElement> sloList,
String preferredBinding)
Based on the preferred SAML binding this method tries to choose the most appropriate
SingleLogoutServiceElement that can be used to send the logout request to. |
static SingleLogoutServiceElement |
LogoutUtil.getSPSLOConfig(String realm,
String entityId,
String binding)
Returns first SingleLogout configuration in an entity under
the realm.
|
Modifier and Type | Method and Description |
---|---|
static List<SingleLogoutServiceElement> |
IDPSingleLogout.getSPSLOServiceEndpoints(String realm,
String spEntityID)
Gets the single log out end points for the Service Provider.
|
Modifier and Type | Method and Description |
---|---|
static SingleLogoutServiceElement |
LogoutUtil.getMostAppropriateSLOServiceLocation(List<SingleLogoutServiceElement> sloList,
String preferredBinding)
Based on the preferred SAML binding this method tries to choose the most appropriate
SingleLogoutServiceElement that can be used to send the logout request to. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.