|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
weblogic.security.providers.authentication.SubjectComponentData
public final class SubjectComponentData
SubjectComponentDataImpl implements SubjectComponentData, which is an immutable collection of subject components which may be used to create a .Subject
| Method Summary | |
|---|---|
Set<String> |
getGroups()Determines the Subject group membership. |
String |
getIdentityDomain()Determines the Subject identity domain. |
Set<Principal> |
getPrincipals()Determines the Subject set of additional principals. |
Set<Object> |
getPrivateCredentials()Determines the Subject set of private credentials. |
Set<Object> |
getPublicCredentials()Determines the Subject set of public credentials. |
String |
getUserName()Determines the Subject username. |
void |
setIdentityDomain(String identityDomain)Sets the Subject identity domain. |
String |
toString()Provides a string representation of the contained data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getUserName()
public String getIdentityDomain()
public void setIdentityDomain(String identityDomain)
identityDomain - The identity domainpublic Set<String> getGroups()
public Set<Principal> getPrincipals()
public Set<Object> getPrivateCredentials()
public Set<Object> getPublicCredentials()
public String toString()
toString in class ObjectObject.toString()
|
Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||