Uses of Interface
org.projecthusky.xua.saml2.AttributeBuilder
Packages that use AttributeBuilder
-
Uses of AttributeBuilder in org.projecthusky.xua.saml2
Methods in org.projecthusky.xua.saml2 that return AttributeBuilderModifier and TypeMethodDescriptionAttributeBuilder.friendlyName
(String aFriendlyName) Method to set the FriendlyName of the Attribute to be build. Methode um ein FriendlyName dem Attribute hinzuzufügen.Method to set the name of the Attribute to be build. Methode um ein name dem Attribute hinzuzufügen.AttributeBuilder.nameFormat
(String aNameFormat) Method to set the NameFormat of the Attribute to be build. Methode um ein NameFormat dem Attribute hinzuzufügen.Method to set the value of the Attribute to be build. Methode um ein value dem Attribute hinzuzufügen. -
Uses of AttributeBuilder in org.projecthusky.xua.saml2.impl
Classes in org.projecthusky.xua.saml2.impl that implement AttributeBuilderModifier and TypeClassDescriptionclass
Class implementing the corresponding interface for Attribute building.Methods in org.projecthusky.xua.saml2.impl that return AttributeBuilderModifier and TypeMethodDescriptionAttributeBuilderImpl.friendlyName
(String aFriendlyName) Method to set the FriendlyName of the Attribute to be build. Methode um ein FriendlyName dem Attribute hinzuzufügen.Method to set the name of the Attribute to be build. Methode um ein name dem Attribute hinzuzufügen.AttributeBuilderImpl.nameFormat
(String aNameFormat) Method to set the NameFormat of the Attribute to be build. Methode um ein NameFormat dem Attribute hinzuzufügen.Method to set the value of the Attribute to be build. Methode um ein value dem Attribute hinzuzufügen.