org.glite.voms

Class FQAN


public class FQAN
extends java.lang.Object

Parses and assembles Fully Qualified Attribute Names (FQANs) used by VOMS. FQANs are defined as
<group>[/Role=[<role>][/Capability=<capability>]]

Constructor Summary

FQAN(String fqan)
FQAN(String group, String role, String capability)

Method Summary

boolean
equals(Object o)
String
getCapability()
String
getFQAN()
String
getGroup()
String
getRole()
int
hashCode()
protected void
split()
String
toString()

Constructor Details

FQAN

public FQAN(String fqan)

FQAN

public FQAN(String group,
            String role,
            String capability)

Method Details

equals

public boolean equals(Object o)

getCapability

public String getCapability()

getFQAN

public String getFQAN()

getGroup

public String getGroup()

getRole

public String getRole()

hashCode

public int hashCode()

split

protected void split()

toString

public String toString()