net.geant.edugain.meta.metadata
Class CAInterface

java.lang.Object
  extended by net.geant.edugain.meta.metadata.RoleInterface
      extended by net.geant.edugain.meta.metadata.CAInterface

public class CAInterface
extends RoleInterface

This class contains a representation of the metadata available for an Online CA. The associated OnlineCADescriptorType element is an eduGAIN extension to SAML2 metadata.

Author:
Manuela Stanica

Field Summary
private  java.lang.String description
          Description of the OnlineCA service (optional)
private  java.lang.String name
          Name of the OnlineCA service
 
Constructor Summary
CAInterface()
          Constructor
 
Method Summary
 java.lang.String getDescription()
          Gets the online CA service description
 java.lang.String getName()
          Gets the online CA service name
 void setDescription(java.lang.String description)
          Sets the online CA service description
 void setName(java.lang.String name)
          Sets the online CA service name
 
Methods inherited from class net.geant.edugain.meta.metadata.RoleInterface
getComponentID, getContactURL, getId, setComponentID, setContactURL, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private java.lang.String name
Name of the OnlineCA service


description

private java.lang.String description
Description of the OnlineCA service (optional)

Constructor Detail

CAInterface

public CAInterface()
Constructor

Method Detail

getName

public java.lang.String getName()
Gets the online CA service name

Returns:
the online CA service name

setName

public void setName(java.lang.String name)
Sets the online CA service name

Parameters:
name - the online CA service name

getDescription

public java.lang.String getDescription()
Gets the online CA service description

Returns:
the online CA service description

setDescription

public void setDescription(java.lang.String description)
Sets the online CA service description

Parameters:
description - the online CA service description