Skip navigation links

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

E56885-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
Version:
$Header: SubjectParser.java 05-may-2005.05:19:20 bhusingh Exp $
Author:
Bhupindra Singh

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 Java API Reference for Oracle Platform Security Services User and Role
11g Release 1 (11.1.1.9)

E56885-01


Copyright 2013, 2015, Oracle and/or its affiliates. All Rights Reserved.