public interface IPublicCredential extends Principal
This interface should not be extended by clients.
Subject.getPublicCredentials()
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.