}
/**
- * Gets the {@link Session} ID.
+ * Gets the {@link edu.internet2.middleware.shibboleth.idp.session.Session} ID.
*
* @return the Session id
*/
}
/**
- * Sets the {@link Session} ID.
+ * Sets the {@link edu.internet2.middleware.shibboleth.idp.session.Session} ID.
*
* @param id the Session ID
*/
import edu.internet2.middleware.shibboleth.idp.profile.saml1.AttributeQueryProfileHandler;
/**
- * Spring bean definition parser for {@link HTTPSOAPAttributeQuery} profile handlers.
+ * Spring bean definition parser for {@link AttributeQueryProfileHandler} profile handlers.
*/
public class SAML1AttributeQueryProfileHandlerBeanDefinitionParser extends
AbstractSAML2ProfileHandlerBeanDefinitionParser {
import edu.internet2.middleware.shibboleth.idp.profile.saml2.SSOProfileHandler;
/**
- * Spring bean definition parser for {@link AuthenticationRequestBrowserPost} profile handlers.
+ * Spring bean definition parser for {@link SSOProfileHandler} profile handlers.
*/
public class SAML2SSOProfileHandlerBeanDefinitionParser extends AbstractSAML2ProfileHandlerBeanDefinitionParser {
}
/** {@inheritDoc} */
- public String getProfileId() {
- return "urn:mace:shibboleth:2.0:idp:profiles:saml2:metadata";
- }
-
- /** {@inheritDoc} */
public void processRequest(InTransport in, OutTransport out) throws ProfileException {
XMLObject metadata;
private final Logger log = LoggerFactory.getLogger(StatusProfileHandler.class);
/** {@inheritDoc} */
- public String getProfileId() {
- return "urn:mace:shibboleth:2.0:idp:profiles:status";
- }
-
- /** {@inheritDoc} */
public void processRequest(InTransport in, OutTransport out) {
try {
OutputStreamWriter writer = new OutputStreamWriter(out.getOutgoingStream());
return authnMethods;
}
- /** {@inheritDoc} */
+ /**
+ * Gets the service information for the given entity ID.
+ *
+ * @param entityId entity ID to retrieve the service information for
+ *
+ * @return the service information or null
+ */
public ServiceInformation getServiceInformation(String entityId) {
return servicesInformation.get(entityId);
}