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.


Field Summary
private  String keyName
          Key name of resolved credentials.
 
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
 

Field Detail

keyName

private String keyName
Key name of resolved credentials.

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 © 1999-2013. All Rights Reserved.