Skip navigation links


oracle.iam.platform.auth.api
Interface RoleCheckingService


public interface RoleCheckingService

Method Summary
 java.util.List getRoleforUser(java.lang.String username, char[] password)
           
 java.util.List getRoleforUser(java.lang.String username, java.lang.String password)
          Deprecated. 

 

Method Detail

getRoleforUser

@Deprecated
java.util.List getRoleforUser(java.lang.String username,
                                         java.lang.String password)
                              throws javax.security.auth.login.LoginException
Deprecated. 
This method has been deprecated as it requires Password in String format, which causes a security issue.
Throws:
javax.security.auth.login.LoginException

getRoleforUser

java.util.List getRoleforUser(java.lang.String username,
                              char[] password)
                              throws javax.security.auth.login.LoginException
Throws:
javax.security.auth.login.LoginException

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.