org.opensaml.xml.security.criteria
Class KeyNameCriteria

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

public final class KeyNameCriteria
extends Object
implements Criteria

An implementation of Criteria which specifies key name criteria.


Constructor Summary
KeyNameCriteria(String name)
          Constructor.
 
Method Summary
 String getKeyName()
          Get the key name criteria.
 void setKeyName(String name)
          Set the key name criteria.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyNameCriteria

public KeyNameCriteria(String name)
Constructor.

Parameters:
name - key name
Method Detail

getKeyName

public String getKeyName()
Get the key name criteria.

Returns:
Returns the keyName.

setKeyName

public void setKeyName(String name)
Set the key name criteria.

Parameters:
name - The keyName to set.


Copyright © 2006-2010 Internet2. All Rights Reserved.