org.opensaml.xml.security.criteria
Class PeerEntityIDCriteria

java.lang.Object
  extended by org.opensaml.xml.security.criteria.PeerEntityIDCriteria
All Implemented Interfaces:
Criteria

public final class PeerEntityIDCriteria
extends Object
implements Criteria

An implementation of Criteria which specifies criteria pertaining to peer entity IDs. This is typically used only in conjunction with a EntityIDCriteria, where the peer is interpreted to be relative to that primary entity ID. In this sense it serves to scope the primary entity ID. Note that the peer entity ID may be either local or remote, depending on whether the associated primary entity ID is remote or local.


Field Summary
private  String peerID
          Peer entity ID criteria.
 
Constructor Summary
PeerEntityIDCriteria(String peer)
          Constructor.
 
Method Summary
 String getPeerID()
          Get the entity ID which is the peer relative to a primary entity ID.
 void setPeerID(String peer)
          Set the entity ID which is the peer relative to a primary entity ID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

peerID

private String peerID
Peer entity ID criteria.

Constructor Detail

PeerEntityIDCriteria

public PeerEntityIDCriteria(String peer)
Constructor.

Parameters:
peer - the entity ID which is the peer relative to a primary entity ID
Method Detail

getPeerID

public String getPeerID()
Get the entity ID which is the peer relative to a primary entity ID.

Returns:
the peer entity ID.

setPeerID

public void setPeerID(String peer)
Set the entity ID which is the peer relative to a primary entity ID.

Parameters:
peer - The peerID to set.


Copyright © 1999-2013. All Rights Reserved.