edu.internet2.middleware.shibboleth.common.security
Class ShibbolethSecurityPolicy
java.lang.Object
org.opensaml.ws.security.provider.BasicSecurityPolicy
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.
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 |
policyId
private String policyId
- ID of the policy.
ShibbolethSecurityPolicy
public ShibbolethSecurityPolicy(String id)
- Constructor.
- Parameters:
id
- ID of the policy
getPolicyId
public String getPolicyId()
- Gets the ID of the policy.
- Returns:
- ID of the policy
Copyright © 1999-2012. All Rights Reserved.