Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


Uses of Interface
oracle.iam.rm.authentication.RoleManagerPrincipal

Packages that use RoleManagerPrincipal
oracle.iam.rm.authentication Provides the interfaces for authentication with Oracle Role Manager. 

 

Uses of RoleManagerPrincipal in oracle.iam.rm.authentication

 

Methods in oracle.iam.rm.authentication that return RoleManagerPrincipal
 RoleManagerPrincipal AuthenticationManager.authenticatePerson(java.lang.String username, java.lang.String password)
          Authenticates person in non-SSO mode, for example, in demo installations without a third-party access manager to do the authentication.
 RoleManagerPrincipal AuthenticationManager.authenticateSystemIdentity(java.lang.String username, byte[] data, byte[] signature)
          Authenticates a system identity.
 RoleManagerPrincipal AuthenticationManager.authenticateSystemIdentity(java.lang.String username, java.lang.String password)
          Authenticates a system identity.
 RoleManagerPrincipal AuthenticationManager.getPersonPrincipal(java.lang.String ssoToken)
          Returns user principal based on mapping between SSO logon token and some user attribute in the database.
 RoleManagerPrincipal AuthenticationManager.getSystemUserPrincipal()
          Returns user principal for well-known system identity.

 

Methods in oracle.iam.rm.authentication with parameters of type RoleManagerPrincipal
 SnapshotObject AuthenticationManager.getUser(RoleManagerPrincipal principal)
          Returns user object that the principal represents.
 boolean AuthenticationManager.validatePrincipal(RoleManagerPrincipal principal)
          Returns whether the principal provided is still valid.

 


Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


Copyright © 2008, 2009 Oracle. All Rights Reserved.