Package | Description |
---|---|
org.keycloak.dom.saml.v2.metadata |
Modifier and Type | Class and Description |
---|---|
class |
IndexedEndpointType
Java class for IndexedEndpointType complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<EndpointType> |
PDPDescriptorType.assertionIDRequestService |
protected List<EndpointType> |
IDPSSODescriptorType.assertionIDRequestService |
protected List<EndpointType> |
AuthnAuthorityDescriptorType.assertionIDRequestService |
protected List<EndpointType> |
AttributeAuthorityDescriptorType.assertionIDRequestService |
protected List<EndpointType> |
AttributeAuthorityDescriptorType.attributeService |
protected List<EndpointType> |
AuthnAuthorityDescriptorType.authnQueryService |
protected List<EndpointType> |
PDPDescriptorType.authzService |
protected List<EndpointType> |
SSODescriptorType.manageNameIDService |
protected List<EndpointType> |
IDPSSODescriptorType.nameIDMappingService |
protected List<EndpointType> |
SSODescriptorType.singleLogoutService |
protected List<EndpointType> |
IDPSSODescriptorType.singleSignOnService |
Modifier and Type | Method and Description |
---|---|
List<EndpointType> |
PDPDescriptorType.getAssertionIDRequestService()
Gets the value of the assertionIDRequestService property.
|
List<EndpointType> |
IDPSSODescriptorType.getAssertionIDRequestService()
Gets the value of the assertionIDRequestService property.
|
List<EndpointType> |
AuthnAuthorityDescriptorType.getAssertionIDRequestService()
Gets the value of the assertionIDRequestService property.
|
List<EndpointType> |
AttributeAuthorityDescriptorType.getAssertionIDRequestService()
Gets the value of the assertionIDRequestService property.
|
List<EndpointType> |
AttributeAuthorityDescriptorType.getAttributeService()
Gets the value of the attributeService property.
|
List<EndpointType> |
AuthnAuthorityDescriptorType.getAuthnQueryService()
Gets the value of the authnQueryService property.
|
List<EndpointType> |
PDPDescriptorType.getAuthzService()
Gets the value of the authzService property.
|
List<EndpointType> |
SSODescriptorType.getManageNameIDService()
Gets the value of the manageNameIDService property.
|
List<EndpointType> |
IDPSSODescriptorType.getNameIDMappingService()
Gets the value of the nameIDMappingService property.
|
List<EndpointType> |
SSODescriptorType.getSingleLogoutService()
Gets the value of the singleLogoutService property.
|
List<EndpointType> |
IDPSSODescriptorType.getSingleSignOnService()
Gets the value of the singleSignOnService property.
|
Modifier and Type | Method and Description |
---|---|
void |
PDPDescriptorType.addAssertionIDRequestService(EndpointType endpt)
Add assertion id request service
|
void |
IDPSSODescriptorType.addAssertionIDRequestService(EndpointType endpt)
Add assertion id request service
|
void |
AuthnAuthorityDescriptorType.addAssertionIDRequestService(EndpointType endpoint)
Add assertion id request service
|
void |
AttributeAuthorityDescriptorType.addAssertionIDRequestService(EndpointType endpoint)
Add an assertion id request service
|
void |
AttributeAuthorityDescriptorType.addAttributeService(EndpointType endpoint)
Add an attribute service
|
void |
AuthnAuthorityDescriptorType.addAuthnQueryService(EndpointType endpoint)
Add authn query service
|
void |
PDPDescriptorType.addAuthZService(EndpointType endpt)
Add authorization service
|
void |
SSODescriptorType.addManageNameIDService(EndpointType end)
Add manage name id service
|
void |
IDPSSODescriptorType.addNameIDMappingService(EndpointType endpt)
Add name id mapping service
|
void |
SSODescriptorType.addSingleLogoutService(EndpointType endpt)
Add SLO Service
|
void |
IDPSSODescriptorType.addSingleSignOnService(EndpointType endpt)
Add a SSO service
|
void |
PDPDescriptorType.removeAssertionIDRequestService(EndpointType endpt)
remove assertion id request service
|
void |
IDPSSODescriptorType.removeAssertionIDRequestService(EndpointType endpt)
remove assertion id request service
|
void |
AuthnAuthorityDescriptorType.removeAssertionIDRequestService(EndpointType endpoint)
remove assertion id request service
|
void |
AttributeAuthorityDescriptorType.removeAssertionIDRequestService(EndpointType endpoint)
Remove assertion id request service
|
void |
AttributeAuthorityDescriptorType.removeAttributeService(EndpointType endpoint)
Remove an attribute service
|
void |
AuthnAuthorityDescriptorType.removeAuthnQueryService(EndpointType endpoint)
Remove authn query service
|
void |
PDPDescriptorType.removeAuthZService(EndpointType endpt)
remove authorization service
|
void |
SSODescriptorType.removeManageNameIDService(EndpointType end)
remove manage name id service
|
void |
IDPSSODescriptorType.removeNameIDMappingService(EndpointType endpt)
remove name id mapping service
|
void |
SSODescriptorType.removeSingleLogoutService(EndpointType endpt)
remove SLO Service
|
void |
IDPSSODescriptorType.removeSingleSignOnService(EndpointType endpt)
Remove a SSO service
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.