Class AuthnAuthorityDescriptorType
java.lang.Object
org.keycloak.dom.saml.v2.metadata.TypeWithOtherAttributes
org.keycloak.dom.saml.v2.metadata.RoleDescriptorType
org.keycloak.dom.saml.v2.metadata.AuthnAuthorityDescriptorType
Java class for AuthnAuthorityDescriptorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthnAuthorityDescriptorType"> <complexContent> <extension base="{urn:oasis:names:tc:SAML:2.0:metadata}RoleDescriptorType"> <sequence> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}AuthnQueryService" 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
addAssertionIDRequestService
(EndpointType endpoint) Add assertion id request servicevoid
addAuthnQueryService
(EndpointType endpoint) Add authn query servicevoid
addNameIDFormat
(String str) Add name id formatGets the value of the assertionIDRequestService property.Gets the value of the authnQueryService property.Gets the value of the nameIDFormat property.void
removeAssertionIDRequestService
(EndpointType endpoint) remove assertion id request servicevoid
removeAuthnQueryService
(EndpointType endpoint) Remove authn query 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
-
authnQueryService
-
assertionIDRequestService
-
nameIDFormat
-
-
Constructor Details
-
AuthnAuthorityDescriptorType
-
-
Method Details
-
addAuthnQueryService
Add authn query service- Parameters:
endpoint
-
-
addAssertionIDRequestService
Add assertion id request service- Parameters:
endpoint
-
-
addNameIDFormat
Add name id format- Parameters:
str
-
-
removeAuthnQueryService
Remove authn query service- Parameters:
endpoint
-
-
removeAssertionIDRequestService
remove assertion id request service- Parameters:
endpoint
-
-
removeNameIDFormat
remove name id format- Parameters:
str
-
-
getAuthnQueryService
Gets the value of the authnQueryService 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
-