Class PDPDescriptorType
java.lang.Object
org.keycloak.dom.saml.v2.metadata.TypeWithOtherAttributes
org.keycloak.dom.saml.v2.metadata.RoleDescriptorType
org.keycloak.dom.saml.v2.metadata.PDPDescriptorType
Java class for PDPDescriptorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PDPDescriptorType"> <complexContent> <extension base="{urn:oasis:names:tc:SAML:2.0:metadata}RoleDescriptorType"> <sequence> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}AuthzService" maxOccurs="unbounded"/> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}AssertionIDRequestService" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}NameIDFormat" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.keycloak.dom.saml.v2.metadata.RoleDescriptorType
cacheDuration, contactPerson, errorURL, extensions, id, keyDescriptor, organization, protocolSupportEnumeration, signature, validUntil
Fields inherited from class org.keycloak.dom.saml.v2.metadata.TypeWithOtherAttributes
otherAttributes
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add assertion id request servicevoid
addAuthZService
(EndpointType endpt) Add authorization servicevoid
addNameIDFormat
(String str) Add Name ID FormatGets the value of the assertionIDRequestService property.Gets the value of the authzService property.Gets the value of the nameIDFormat property.void
remove assertion id request servicevoid
removeAuthZService
(EndpointType endpt) remove authorization servicevoid
removeNameIDFormat
(String str) remove Name ID FormatMethods inherited from class org.keycloak.dom.saml.v2.metadata.RoleDescriptorType
addContactPerson, addKeyDescriptor, getCacheDuration, getContactPerson, getErrorURL, getExtensions, getID, getKeyDescriptor, getOrganization, getProtocolSupportEnumeration, getSignature, getValidUntil, removeContactPerson, removeKeyDescriptor, setCacheDuration, setErrorURL, setExtensions, setID, setOrganization, setSignature, setValidUntil
Methods inherited from class org.keycloak.dom.saml.v2.metadata.TypeWithOtherAttributes
addOtherAttribute, getOtherAttributes, removeOtherAttribute
-
Field Details
-
authzService
-
assertionIDRequestService
-
nameIDFormat
-
-
Constructor Details
-
PDPDescriptorType
-
-
Method Details
-
addAuthZService
Add authorization service- Parameters:
endpt
-
-
addAssertionIDRequestService
Add assertion id request service- Parameters:
endpt
-
-
addNameIDFormat
Add Name ID Format- Parameters:
str
-
-
removeAuthZService
remove authorization service- Parameters:
endpt
-
-
removeAssertionIDRequestService
remove assertion id request service- Parameters:
endpt
-
-
removeNameIDFormat
remove Name ID Format- Parameters:
str
-
-
getAuthzService
Gets the value of the authzService property.Objects of the following type(s) are allowed in the list
EndpointType
-
getAssertionIDRequestService
Gets the value of the assertionIDRequestService property.Objects of the following type(s) are allowed in the list
EndpointType
-
getNameIDFormat
Gets the value of the nameIDFormat property.Objects of the following type(s) are allowed in the list
String
-