PicketLink Federation Core 2.1.6.Final-redhat-2

Uses of Class
org.picketlink.identity.federation.core.exceptions.ConfigurationException

Packages that use ConfigurationException
org.picketlink.identity.federation   
org.picketlink.identity.federation.api.saml.v2.request   
org.picketlink.identity.federation.api.saml.v2.response   
org.picketlink.identity.federation.api.util   
org.picketlink.identity.federation.core.audit   
org.picketlink.identity.federation.core.interfaces   
org.picketlink.identity.federation.core.parsers.saml   
org.picketlink.identity.federation.core.saml.v2.factories   
org.picketlink.identity.federation.core.saml.v2.interfaces   
org.picketlink.identity.federation.core.saml.v2.util   
org.picketlink.identity.federation.core.sts   
org.picketlink.identity.federation.core.util   
org.picketlink.identity.federation.core.wstrust   
org.picketlink.identity.federation.core.wstrust.plugins.saml   
org.picketlink.identity.federation.web.filters   
org.picketlink.identity.federation.web.handlers.saml2   
org.picketlink.identity.federation.web.process   
org.picketlink.identity.federation.web.servlets   
org.picketlink.identity.federation.web.util   
 

Uses of ConfigurationException in org.picketlink.identity.federation
 

Methods in org.picketlink.identity.federation that return ConfigurationException
 ConfigurationException PicketLinkLogger.auditAuditManagerNotFound(String location, Throwable t)
           
 ConfigurationException DefaultPicketLinkLogger.auditAuditManagerNotFound(String location, Throwable t)
           
 ConfigurationException PicketLinkLogger.auditSecurityDomainNotFound(Throwable t)
           
 ConfigurationException DefaultPicketLinkLogger.auditSecurityDomainNotFound(Throwable t)
           
 ConfigurationException PicketLinkLogger.configurationError(Throwable t)
           
 ConfigurationException DefaultPicketLinkLogger.configurationError(Throwable t)
           
 ConfigurationException PicketLinkLogger.samlHandlerTrustElementMissingError()
           
 ConfigurationException DefaultPicketLinkLogger.samlHandlerTrustElementMissingError()
           
 ConfigurationException PicketLinkLogger.securityDomainNotFound()
           
 ConfigurationException DefaultPicketLinkLogger.securityDomainNotFound()
           
 ConfigurationException PicketLinkLogger.stsConfigurationFileParsingError(Throwable t)
           
 ConfigurationException DefaultPicketLinkLogger.stsConfigurationFileParsingError(Throwable t)
           
 

Methods in org.picketlink.identity.federation with parameters of type ConfigurationException
 void PicketLinkLogger.authenticationManagerError(ConfigurationException e)
           
 void DefaultPicketLinkLogger.authenticationManagerError(ConfigurationException e)
           
 void PicketLinkLogger.authorizationManagerError(ConfigurationException e)
           
 void DefaultPicketLinkLogger.authorizationManagerError(ConfigurationException e)
           
 

Uses of ConfigurationException in org.picketlink.identity.federation.api.saml.v2.request
 

Methods in org.picketlink.identity.federation.api.saml.v2.request that throw ConfigurationException
 Document SAML2Request.convert(RequestAbstractType rat)
          Return the DOM object
 Document SAML2Request.convert(ResponseType responseType)
          Convert a SAML2 Response into a Document
 AuthnRequestType SAML2Request.createAuthnRequestType(String id, String assertionConsumerURL, String destination, String issuerValue)
          Create an authentication request
 LogoutRequestType SAML2Request.createLogoutRequest(String issuer)
          Create a Logout Request
 AuthnRequestType SAML2Request.getAuthnRequestType(InputStream is)
          Get the AuthnRequestType from an input stream
 AuthnRequestType SAML2Request.getAuthnRequestType(String fileName)
          Get AuthnRequestType from a file
 RequestAbstractType SAML2Request.getRequestType(InputStream is)
          Get a Request Type from Input Stream
 SAML2Object SAML2Request.getSAML2ObjectFromStream(InputStream is)
          Get the Underlying SAML2Object from the input stream
 

Uses of ConfigurationException in org.picketlink.identity.federation.api.saml.v2.response
 

Methods in org.picketlink.identity.federation.api.saml.v2.response that throw ConfigurationException
 Document SAML2Response.convert(EncryptedElementType encryptedElementType)
          Convert an EncryptedElement into a Document
 Document SAML2Response.convert(StatusResponseType responseType)
          Convert a SAML2 Response into a Document
 ResponseType SAML2Response.createResponseType(String ID, IssuerInfoHolder issuerInfo, AssertionType assertion)
          Create a ResponseType
 ResponseType SAML2Response.createResponseType(String ID, IssuerInfoHolder issuerInfo, Element encryptedAssertion)
          Create a ResponseType
 ResponseType SAML2Response.createResponseType(String ID, SPInfoHolder sp, IDPInfoHolder idp, IssuerInfoHolder issuerInfo)
          Create a ResponseType NOTE:: The PicketLink STS is used to issue/update the assertion If you want to control over the assertion being issued, then use SAML2Response.createResponseType(String, SPInfoHolder, IDPInfoHolder, IssuerInfoHolder, AssertionType)
 ResponseType SAML2Response.createResponseType(String ID, SPInfoHolder sp, IDPInfoHolder idp, IssuerInfoHolder issuerInfo, AssertionType assertion)
          Construct a ResponseType without calling PicketLink STS for the assertion.
 void SAML2Response.createTimedConditions(AssertionType assertion, long durationInMilis)
          Add validity conditions to the SAML2 Assertion
 AssertionType SAML2Response.getAssertionType(InputStream is)
          Read an assertion from an input stream
 EncryptedAssertionType SAML2Response.getEncryptedAssertion(InputStream is)
          Get an encrypted assertion from the stream
 ResponseType SAML2Response.getResponseType(InputStream is)
          Read a ResponseType from an input stream
 SAML2Object SAML2Response.getSAML2ObjectFromStream(InputStream is)
          Read a SAML2Object from an input stream
 

Uses of ConfigurationException in org.picketlink.identity.federation.api.util
 

Methods in org.picketlink.identity.federation.api.util that throw ConfigurationException
static Element KeyUtil.getKeyInfo(Certificate certificate)
          Given a certificate, build a keyinfo type
 

Uses of ConfigurationException in org.picketlink.identity.federation.core.audit
 

Methods in org.picketlink.identity.federation.core.audit that throw ConfigurationException
static String PicketLinkAuditHelper.getSecurityDomainName(javax.servlet.ServletContext servletContext)
          Given the servlet context, determine the security domain by which the web app is secured.
 

Constructors in org.picketlink.identity.federation.core.audit that throw ConfigurationException
PicketLinkAuditHelper(String securityDomainName)
          Create a PicketLinkAuditHelper
 

Uses of ConfigurationException in org.picketlink.identity.federation.core.interfaces
 

Subclasses of ConfigurationException in org.picketlink.identity.federation.core.interfaces
 class TrustKeyConfigurationException
          ConfigurationException in the TrustKeyManager
 

Uses of ConfigurationException in org.picketlink.identity.federation.core.parsers.saml
 

Methods in org.picketlink.identity.federation.core.parsers.saml that throw ConfigurationException
 SAML11AssertionType SAML11AssertionParser.fromElement(Element element)
           
 AssertionType SAMLAssertionParser.fromElement(Element element)
           
 

Uses of ConfigurationException in org.picketlink.identity.federation.core.saml.v2.factories
 

Methods in org.picketlink.identity.federation.core.saml.v2.factories that throw ConfigurationException
static ResponseType JBossSAMLAuthnResponseFactory.createResponseType(String ID, IssuerInfoHolder issuerInfo, AssertionType assertionType)
          Create a Response Type
static ResponseType JBossSAMLAuthnResponseFactory.createResponseType(String ID, IssuerInfoHolder issuerInfo, Element encryptedAssertion)
          Create a Response Type
static ResponseType JBossSAMLAuthnResponseFactory.createResponseType(String ID, SPInfoHolder sp, IDPInfoHolder idp, IssuerInfoHolder issuerInfo)
          Create a ResponseType
 

Uses of ConfigurationException in org.picketlink.identity.federation.core.saml.v2.interfaces
 

Methods in org.picketlink.identity.federation.core.saml.v2.interfaces that throw ConfigurationException
 void SAML2Handler.initChainConfig(SAML2HandlerChainConfig handlerChainConfig)
          Initialize the handler
 void SAML2Handler.initHandlerConfig(SAML2HandlerConfig handlerConfig)
          Initialize the handler from configuration
 

Uses of ConfigurationException in org.picketlink.identity.federation.core.saml.v2.util
 

Methods in org.picketlink.identity.federation.core.saml.v2.util that throw ConfigurationException
static XMLGregorianCalendar XMLTimeUtil.add(XMLGregorianCalendar value, long milis)
          Add additional time in miliseconds
static Document DocumentUtil.createDocument()
          Create a new document
static void AssertionUtil.createSAML11TimedConditions(SAML11AssertionType assertion, long durationInMilis, long clockSkew)
          Add validity conditions to the SAML2 Assertion
static void AssertionUtil.createTimedConditions(AssertionType assertion, long durationInMilis)
           Add validity conditions to the SAML2 Assertion
static void AssertionUtil.createTimedConditions(AssertionType assertion, long durationInMilis, long clockSkew)
          Add validity conditions to the SAML2 Assertion
static X509Certificate SAMLMetadataUtil.getCertificate(KeyDescriptorType keyDescriptor)
          Get the X509Certificate from the KeyInfo
static XACMLAuthzDecisionStatementType SOAPSAMLXACMLUtil.getDecisionStatement(Node samlResponse)
           
static Document DocumentUtil.getDocument(File file)
          Get Document from a file
static Document DocumentUtil.getDocument(InputStream is)
          Get Document from an inputstream
static Document DocumentUtil.getDocument(Reader reader)
          Parse a document from a reader
static Document DocumentUtil.getDocument(String docString)
          Parse a document from the string
static String DocumentUtil.getDocumentAsString(Document signedDoc)
          Marshall a document into a String
static Document DocumentUtil.getDocumentFromSource(Source source)
           
static String DocumentUtil.getDOMElementAsString(Element element)
          Marshall a DOM Element as string
static Set<SAML2Handler> HandlerUtil.getHandlers(Handlers handlers)
           
static XMLGregorianCalendar XMLTimeUtil.getIssueInstant()
          Get the current instant of time
static XMLGregorianCalendar XMLTimeUtil.getIssueInstant(String timezone)
          Returns a XMLGregorianCalendar in the timezone specified.
static InputStream DocumentUtil.getNodeAsStream(Node node)
          Stream a DOM Node as an input stream
static String DocumentUtil.getNodeAsString(Node node)
          Stream a DOM Node as a String
static Node DocumentUtil.getNodeFromSource(Source source)
           
static InputStream DocumentUtil.getSourceAsStream(Source source)
          Get the Source as an InputStream
static XACMLAuthzDecisionQueryType SOAPSAMLXACMLUtil.getXACMLQueryType(Node samlRequest)
          Parse the XACML Authorization Decision Query from the Dom Element
static ResponseType SOAPSAMLXACMLUtil.handleXACMLQuery(org.jboss.security.xacml.interfaces.PolicyDecisionPoint pdp, String issuer, XACMLAuthzDecisionQueryType xacmlRequest)
           
static boolean AssertionUtil.hasExpired(AssertionType assertion)
          Check whether the assertion has expired
static boolean AssertionUtil.hasExpired(AssertionType assertion, long clockSkewInMilis)
          Verify whether the assertion has expired.
static boolean AssertionUtil.hasExpired(SAML11AssertionType assertion)
          Check whether the assertion has expired
static boolean AssertionUtil.hasExpired(SAML11AssertionType assertion, long clockSkewInMilis)
          Verify whether the assertion has expired.
static XMLGregorianCalendar XMLTimeUtil.subtract(XMLGregorianCalendar value, long milis)
          Subtract some miliseconds from the time value
 

Uses of ConfigurationException in org.picketlink.identity.federation.core.sts
 

Methods in org.picketlink.identity.federation.core.sts that throw ConfigurationException
protected  STSConfiguration PicketLinkCoreSTS.getConfiguration(String fileName)
           Obtains the STS configuration options.
 

Uses of ConfigurationException in org.picketlink.identity.federation.core.util
 

Methods in org.picketlink.identity.federation.core.util that throw ConfigurationException
static Element XMLEncryptionUtil.encryptElementInDocument(Document document, PublicKey publicKey, SecretKey secretKey, int keySize, QName wrappingElementQName, boolean addEncryptedKeyInKeyInfo)
          Encrypt the root document element inside a Document.
static Transformer TransformerUtil.getStaxSourceToDomResultTransformer()
          Get the Custom Stax Source to DOM result transformer that has been written to get over the JDK transformer bugs (JDK6) as well as the issue of Xalan installing its Transformer (which does not support stax).
static Transformer TransformerUtil.getTransformer()
          Get the Default Transformer
static PublicKey CoreConfigUtil.getValidatingKey(ProviderType idpSpConfiguration, String domain)
          Get the validating key
static PublicKey CoreConfigUtil.getValidatingKey(TrustKeyManager trustKeyManager, String domain)
          Get the validating key given the trust key manager
 

Uses of ConfigurationException in org.picketlink.identity.federation.core.wstrust
 

Methods in org.picketlink.identity.federation.core.wstrust that throw ConfigurationException
protected  STSConfiguration PicketLinkSTS.getConfiguration()
           Obtains the STS configuration options.
 

Uses of ConfigurationException in org.picketlink.identity.federation.core.wstrust.plugins.saml
 

Methods in org.picketlink.identity.federation.core.wstrust.plugins.saml that throw ConfigurationException
static AssertionType SAMLUtil.fromElement(Element assertionElement)
           Utility method that unmarshals the specified Element into an AssertionType instance.
 

Uses of ConfigurationException in org.picketlink.identity.federation.web.filters
 

Methods in org.picketlink.identity.federation.web.filters that throw ConfigurationException
 Principal SPFilter.handleSAMLResponse(javax.servlet.http.HttpServletRequest request, ResponseType responseType)
          Handle the SAMLResponse from the IDP
 

Uses of ConfigurationException in org.picketlink.identity.federation.web.handlers.saml2
 

Methods in org.picketlink.identity.federation.web.handlers.saml2 that throw ConfigurationException
 void RolesGenerationHandler.initChainConfig(SAML2HandlerChainConfig handlerChainConfig)
           
 void BaseSAML2Handler.initChainConfig(SAML2HandlerChainConfig handlerChainConfig)
           
 void SAML2AttributeHandler.initChainConfig(SAML2HandlerChainConfig handlerChainConfig)
           
 void RolesGenerationHandler.initHandlerConfig(SAML2HandlerConfig handlerConfig)
           
 void BaseSAML2Handler.initHandlerConfig(SAML2HandlerConfig handlerConfig)
          Initialize the handler
 void SAML2AttributeHandler.initHandlerConfig(SAML2HandlerConfig handlerConfig)
           
 

Uses of ConfigurationException in org.picketlink.identity.federation.web.process
 

Methods in org.picketlink.identity.federation.web.process that throw ConfigurationException
 SAML2HandlerResponse ServiceProviderBaseProcessor.process(HTTPContext httpContext, Set<SAML2Handler> handlers, Lock chainLock)
           
 SAML2HandlerResponse ServiceProviderSAMLResponseProcessor.process(String samlResponse, HTTPContext httpContext, Set<SAML2Handler> handlers, Lock chainLock)
          Process the message
 boolean ServiceProviderSAMLRequestProcessor.process(String samlRequest, HTTPContext httpContext, Set<SAML2Handler> handlers, Lock chainLock)
          Process the message
protected  void ServiceProviderSAMLRequestProcessor.sendRequestToIDP(String destination, Document samlDocument, String relayState, javax.servlet.http.HttpServletResponse response, boolean willSendRequest)
          Send the request to the IDP
 

Uses of ConfigurationException in org.picketlink.identity.federation.web.servlets
 

Methods in org.picketlink.identity.federation.web.servlets that throw ConfigurationException
protected  void IDPServlet.sendErrorResponseToSP(String referrer, javax.servlet.http.HttpServletResponse response, String relayState, IDPWebRequestUtil webRequestUtil)
           
 

Uses of ConfigurationException in org.picketlink.identity.federation.web.util
 

Methods in org.picketlink.identity.federation.web.util that throw ConfigurationException
static AuthnRequestType RedirectBindingSignatureUtil.getRequestFromSignedURL(String signedURL)
          From the SAML Request URL, get the Request object
 SAMLDocumentHolder IDPWebRequestUtil.getSAMLDocumentHolder(String samlMessage)
           
 RequestAbstractType IDPWebRequestUtil.getSAMLRequest(String samlMessage)
           
 


PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.