T - the typepublic interface SAMLObjectBuilder<T extends SAMLObject>
 EntityDescriptorBuilder builder = new EntityDescriptorBuilder();
 EntityDescriptor ed = builder.entityID("http://www.litsec.se").entityCategories(...)[...].build();
 | Modifier and Type | Method and Description | 
|---|---|
| T | build()Builds the  XMLObject. | 
T build()
XMLObject.
 If invoked several times the method must return the same object.
Copyright © 2018 Litsec AB. All rights reserved.