Interface PicketLinkIDMService

All Known Implementing Classes:
PicketLinkIDMServiceImpl

public interface PicketLinkIDMService
Author:
Boleslaw Dawidowicz
  • Method Details

    • getIdentitySessionFactory

      org.picketlink.idm.api.IdentitySessionFactory getIdentitySessionFactory()
    • getIdentitySession

      org.picketlink.idm.api.IdentitySession getIdentitySession() throws Exception
      Throws:
      Exception
    • getIdentitySession

      org.picketlink.idm.api.IdentitySession getIdentitySession(String realm) throws Exception
      Throws:
      Exception
    • getConfigMD

      org.picketlink.idm.spi.configuration.metadata.IdentityConfigurationMetaData getConfigMD()
    • getIdentityConfiguration

      org.picketlink.idm.api.cfg.IdentityConfiguration getIdentityConfiguration()
    • getExtendedAttributeManager

      ExtendedAttributeManager getExtendedAttributeManager() throws Exception
      Throws:
      Exception