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
FieldsFields inherited from class org.keycloak.dom.saml.v2.metadata.RoleDescriptorType
cacheDuration, contactPerson, errorURL, extensions, id, keyDescriptor, organization, protocolSupportEnumeration, signature, validUntilFields inherited from class org.keycloak.dom.saml.v2.metadata.TypeWithOtherAttributes
otherAttributes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd assertion id request servicevoidaddAuthZService(EndpointType endpt) Add authorization servicevoidaddNameIDFormat(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.voidremove assertion id request servicevoidremoveAuthZService(EndpointType endpt) remove authorization servicevoidremoveNameIDFormat(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, setValidUntilMethods 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
-