edu.internet2.middleware.shibboleth.common.security
Class ShibbolethSecurityPolicy

java.lang.Object
  extended by org.opensaml.ws.security.provider.BasicSecurityPolicy
      extended by edu.internet2.middleware.shibboleth.common.security.ShibbolethSecurityPolicy
All Implemented Interfaces:
org.opensaml.ws.security.SecurityPolicy

public class ShibbolethSecurityPolicy
extends org.opensaml.ws.security.provider.BasicSecurityPolicy

Extension to a basic security policy that adds a unique ID to the policy.


Field Summary
private  String policyId
          ID of the policy.
 
Constructor Summary
ShibbolethSecurityPolicy(String id)
          Constructor.
 
Method Summary
 String getPolicyId()
          Gets the ID of the policy.
 
Methods inherited from class org.opensaml.ws.security.provider.BasicSecurityPolicy
evaluate, getPolicyRules
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

policyId

private String policyId
ID of the policy.

Constructor Detail

ShibbolethSecurityPolicy

public ShibbolethSecurityPolicy(String id)
Constructor.

Parameters:
id - ID of the policy
Method Detail

getPolicyId

public String getPolicyId()
Gets the ID of the policy.

Returns:
ID of the policy


Copyright © 1999-2012. All Rights Reserved.