org.globus.gridshib.gt.authorization
Class SAMLQueryPIPImpl
java.lang.Object
org.globus.gridshib.gt.authorization.BasePIP
org.globus.gridshib.gt.authorization.SAMLQueryPIPImpl
- All Implemented Interfaces:
- GridShibConfigParams, PIP, ShibbolethConstants
public class SAMLQueryPIPImpl
- extends BasePIP
- implements ShibbolethConstants
| Fields inherited from interface org.globus.gridshib.gt.authorization.ShibbolethConstants |
ATTRIBUTE_MAP, ATTRIBUTE_MAP_KEY, CACHE_DEFAULT, DEFAULT_IDP_PROVIDER_ID, DEFAULT_SP_PROVIDER_ID, SAMLP_1_0, SAMLP_1_0_RESPONDER, SAMLP_1_0_SUCCESS, SAMLP_1_1, SAMLP_1_1_RESPONDER, SAMLP_1_1_SUCCESS, VOMS_PDP, VOMS_PIP |
| Fields inherited from interface org.globus.gridshib.gt.authorization.GridShibConfigParams |
AA_INSTANCE_KEY, ALL_CONFIG_KEYS, ATTR_FILE_KEY, AUTHZ_HOST_KEY, BLACKLIST_IP_ADDRESSES_FILE_KEY, BLACKLIST_NAME_IDS_FILE_KEY, CACHE_KEY, CONSULT_GRIDMAP_KEY, DEFAULT_GRIDMAP, ENABLE_ATTRIBUTE_AUTHZ_KEY, ENABLE_ATTRIBUTE_MAPPING_KEY, ENABLE_ATTRIBUTE_QUERY_KEY, ENABLE_BLACKLISTING_KEY, IDP_PROVIDER_ID_KEY, MAP_FILE_KEY, METADATA_PATH_KEY, RESPECT_KEY, SAML_MAP_POLICY_KEY, SHIB_PDP_POLICY_KEY, SP_PROVIDER_ID_KEY, USE_VOMS |
|
Method Summary |
void |
collectAttributes(Subject peerSubject,
javax.xml.rpc.handler.MessageContext context)
|
org.globus.gridshib.gt.authorization.attributes.AttributeAuthority[] |
getAuthorities()
|
void |
initialize(HashMap configs,
String name)
If a subclass overrides this method (which
is almost always the case), it MUST call
this method at the end of a successful
initialization. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAMLQueryPIPImpl
public SAMLQueryPIPImpl()
initialize
public void initialize(HashMap configs,
String name)
throws Exception
- Description copied from class:
BasePIP
- If a subclass overrides this method (which
is almost always the case), it MUST call
this method at the end of a successful
initialization.
- Specified by:
initialize in interface PIP- Overrides:
initialize in class BasePIP
- Throws:
Exception
collectAttributes
public void collectAttributes(Subject peerSubject,
javax.xml.rpc.handler.MessageContext context)
throws Exception
- Specified by:
collectAttributes in interface PIP
- Throws:
Exception
getAuthorities
public org.globus.gridshib.gt.authorization.attributes.AttributeAuthority[] getAuthorities()
Copyright © 2007-2008 University of Illinois. All Rights Reserved.