Skip navigation links

Oracle Fusion Middleware User and Role Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14658-01


oracle.security.idm
Interface SubjectParser


public interface SubjectParser

This interface provides utility methods for extracting out the user and role principals from the given Subject. Service provider needs to provide the implementation for this interface.

Since:
10.1.3

Method Summary
 java.util.List getRolePrincipals(javax.security.auth.Subject sub)
           
 java.security.Principal getUserPrincipal(javax.security.auth.Subject sub)
           

 

Method Detail

getUserPrincipal

java.security.Principal getUserPrincipal(javax.security.auth.Subject sub)

getRolePrincipals

java.util.List getRolePrincipals(javax.security.auth.Subject sub)

Skip navigation links

Oracle Fusion Middleware User and Role Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14658-01


Copyright © 2005, 2009, Oracle. All rights reserved.