|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPublicCredential
This interface describes public credentials added by the Equinox login modules.
This interface should not be extended by clients.
Subject.getPublicCredentials()
Method Summary | |
---|---|
Principal |
getPrimaryRole()
Returns user's primary role, if set. |
String |
getProviderID()
ID of the provider of this public credential. |
Principal[] |
getRoles()
Returns user's roles. |
Methods inherited from interface java.security.Principal |
---|
equals, getName, hashCode, toString |
Method Detail |
---|
Principal getPrimaryRole()
null
if
primary role is not set.
null
if there is no primary role.Principal[] getRoles()
null
if there are no roles.
null
if there are no roles.String getProviderID()
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.