Uses of Package
org.jboss.security.idm

Packages that use org.jboss.security.idm
org.jboss.security.idm   
org.jboss.security.idm.demo   
org.jboss.security.idm.ldap   
 

Classes in org.jboss.security.idm used by org.jboss.security.idm
Address
          Address represents an object to model the Address information associated with an Identity.
Identity
          Identity represents the identity information related to the user being authenticated by the Single Sign On engine.
IdentityException
          A runtime exception thrown by Identity Management components
IdentityManagerService
          This service provides access to LoginProviders and Provisioning Providers registered with the SSO system.

LoginProvider - provides an abstraction for Identity Stores to extract Identity data related to authentication on the system.

ProvisioningProvider - provides an abstraction for Identity Stores to extract Identity data related to Profile Management of users in the system.

The next release of SSO system will rely on ProvisioningProvider extensively to perform Federation User Provisioning for data stored in scattered Identity Stores.
LoginContext
          LoginContext encapsulates environment information to be passed to Single Sign On notifications.
LoginProvider
          The interface org.jboss.security.idm.LoginProvider represents a data source component that extracts data from Identity Stores like LDAP repositories, ActiveX Directories, thirdparty identity management systems like SiteMinder, or even custom JDBC based systems.

It serves as an abstraction to Identity data related to authentication on the system.
ProvisioningProvider
          The interface org.jboss.security.idm.ProvisioningProvider represents a data source component that extracts data from Identity Stores like LDAP repositories, ActiveX Directories, thirdparty identity management systems like SiteMinder, or even custom JDBC based systems.

ProvisioningProvider provides an abstraction for Identity Stores to extract Identity data related to Profile Management of users in the system.

The next release of SSO system will rely on ProvisioningProvider extensively to perform Federation User Provisioning for data stored in scattered Identity Stores.
Role
          Role represents an authorization group used by an Authorization system to grant appropriate access.
 

Classes in org.jboss.security.idm used by org.jboss.security.idm.demo
Identity
          Identity represents the identity information related to the user being authenticated by the Single Sign On engine.
IdentityException
          A runtime exception thrown by Identity Management components
LoginContext
          LoginContext encapsulates environment information to be passed to Single Sign On notifications.
LoginProvider
          The interface org.jboss.security.idm.LoginProvider represents a data source component that extracts data from Identity Stores like LDAP repositories, ActiveX Directories, thirdparty identity management systems like SiteMinder, or even custom JDBC based systems.

It serves as an abstraction to Identity data related to authentication on the system.
 

Classes in org.jboss.security.idm used by org.jboss.security.idm.ldap
Identity
          Identity represents the identity information related to the user being authenticated by the Single Sign On engine.
IdentityException
          A runtime exception thrown by Identity Management components
LoginContext
          LoginContext encapsulates environment information to be passed to Single Sign On notifications.
LoginProvider
          The interface org.jboss.security.idm.LoginProvider represents a data source component that extracts data from Identity Stores like LDAP repositories, ActiveX Directories, thirdparty identity management systems like SiteMinder, or even custom JDBC based systems.

It serves as an abstraction to Identity data related to authentication on the system.
ProvisioningProvider
          The interface org.jboss.security.idm.ProvisioningProvider represents a data source component that extracts data from Identity Stores like LDAP repositories, ActiveX Directories, thirdparty identity management systems like SiteMinder, or even custom JDBC based systems.

ProvisioningProvider provides an abstraction for Identity Stores to extract Identity data related to Profile Management of users in the system.

The next release of SSO system will rely on ProvisioningProvider extensively to perform Federation User Provisioning for data stored in scattered Identity Stores.
Role
          Role represents an authorization group used by an Authorization system to grant appropriate access.