org.opensaml.xml.security.keyinfo
Class KeyInfoCriteria

java.lang.Object
  extended by org.opensaml.xml.security.keyinfo.KeyInfoCriteria
All Implemented Interfaces:
Criteria

public final class KeyInfoCriteria
extends Object
implements Criteria

An implementation of Criteria which specifies criteria based on the contents of a KeyInfo element.


Field Summary
private  KeyInfo keyInfo
          The KeyInfo which serves as the source for credential criteria.
 
Constructor Summary
KeyInfoCriteria(KeyInfo newKeyInfo)
          Constructor.
 
Method Summary
 KeyInfo getKeyInfo()
          Gets the KeyInfo which is the source of credential criteria.
 void setKeyInfo(KeyInfo newKeyInfo)
          Sets the KeyInfo which is the source of credential criteria.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keyInfo

private KeyInfo keyInfo
The KeyInfo which serves as the source for credential criteria.

Constructor Detail

KeyInfoCriteria

public KeyInfoCriteria(KeyInfo newKeyInfo)
Constructor.

Parameters:
newKeyInfo - the KeyInfo credential criteria to use
Method Detail

getKeyInfo

public KeyInfo getKeyInfo()
Gets the KeyInfo which is the source of credential criteria.

Returns:
the KeyInfo credential criteria

setKeyInfo

public void setKeyInfo(KeyInfo newKeyInfo)
Sets the KeyInfo which is the source of credential criteria.

Parameters:
newKeyInfo - the KeyInfo to use as credential criteria


Copyright © 1999-2012. All Rights Reserved.