at.gv.egovernment.moa.spss.server.config
Class TrustProfile

java.lang.Object
  |
  +--at.gv.egovernment.moa.spss.server.config.TrustProfile

public class TrustProfile
extends Object

Information about a trust profile.

Version:
$Id$
Author:
Patrick Peck

Constructor Summary
TrustProfile(String id, String uri)
          Create a TrustProfile.
 
Method Summary
 String getId()
          Return the ID of this TrustProfile.
 String getUri()
          Return the URI of this TrustProfile.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrustProfile

public TrustProfile(String id,
                    String uri)
Create a TrustProfile.
Parameters:
id - The ID of the TrustProfile to create.
uri - The URI of the TrustProfile to create.
Method Detail

getId

public String getId()
Return the ID of this TrustProfile.
Returns:
The TrustProfile ID.

getUri

public String getUri()
Return the URI of this TrustProfile.
Returns:
The URI of TrustProfile.