org.pasoa.common.structure
Class SubjectID

java.lang.Object
  extended by org.pasoa.common.structure.SubjectID
All Implemented Interfaces:
Serializable

public class SubjectID
extends Object
implements Serializable

Puts all the SubjectId information into one place

Author:
pgroth, sm
See Also:
Serialized Form

Constructor Summary
SubjectID(String localPAssertionID, Element dataAccessor, String parameterName)
           
 
Method Summary
 Element getDataAccessor()
           
 String getLocalPAssertionID()
           
 String getParameterName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubjectID

public SubjectID(String localPAssertionID,
                 Element dataAccessor,
                 String parameterName)
Method Detail

getLocalPAssertionID

public String getLocalPAssertionID()

getDataAccessor

public Element getDataAccessor()

getParameterName

public String getParameterName()