Package org.opensaml.saml.metadata
Class EntityGroupName
- java.lang.Object
-
- org.opensaml.saml.metadata.EntityGroupName
-
public class EntityGroupName extends Object
A bean class which is used to represent an entity group to which anEntityDescriptorbelongs. It will typically be attached to an entity descriptor via itsXMLObject.getObjectMetadata().
-
-
Constructor Summary
Constructors Constructor Description EntityGroupName(String newName)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetName()Get the entity group name.inthashCode()
-