Class SRAProperties.SAML2

    • Constructor Detail

      • SAML2

        public SAML2()
    • Method Detail

      • setAuthnRequestBinding

        public void setAuthnRequestBinding​(SAML2BindingType authnRequestBinding)
      • setLogoutRequestBinding

        public void setLogoutRequestBinding​(SAML2BindingType logoutRequestBinding)
      • setLogoutResponseBinding

        public void setLogoutResponseBinding​(SAML2BindingType logoutResponseBinding)
      • getEntityId

        public String getEntityId()
      • setEntityId

        public void setEntityId​(String entityId)
      • getMaximumAuthenticationLifetime

        public long getMaximumAuthenticationLifetime()
      • setMaximumAuthenticationLifetime

        public void setMaximumAuthenticationLifetime​(long maximumAuthenticationLifetime)
      • getAcceptedSkew

        public long getAcceptedSkew()
      • setAcceptedSkew

        public void setAcceptedSkew​(int acceptedSkew)
      • getSpMetadataFilePath

        public String getSpMetadataFilePath()
      • setSpMetadataFilePath

        public void setSpMetadataFilePath​(String spMetadataFilePath)
      • getIdpMetadata

        public String getIdpMetadata()
      • setIdpMetadata

        public void setIdpMetadata​(String idpMetadata)
      • getKeystore

        public String getKeystore()
      • setKeystore

        public void setKeystore​(String keystore)
      • getKeystoreType

        public String getKeystoreType()
      • setKeystoreType

        public void setKeystoreType​(String keystoreType)
      • getKeystoreStorePass

        public String getKeystoreStorePass()
      • setKeystoreStorePass

        public void setKeystoreStorePass​(String keystoreStorePass)
      • getKeystoreKeypass

        public String getKeystoreKeypass()
      • setKeystoreKeypass

        public void setKeystoreKeypass​(String keystoreKeyPass)