|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.geant.edugain.meta.metadata.RoleInterface
net.geant.edugain.meta.metadata.CAInterface
public class CAInterface
This class contains a representation of the metadata available for an Online CA. The associated OnlineCADescriptorType element is an eduGAIN extension to SAML2 metadata.
| 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 |
|---|
private java.lang.String name
private java.lang.String description
| Constructor Detail |
|---|
public CAInterface()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - the online CA service namepublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the online CA service description
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||