Package | Description |
---|---|
org.eclipse.equinox.security.auth.credentials |
Defines basic user credentials
Package Specification
This package defines basic credentials that could be created as a result of login process and associated with a Subject instance.
|
Modifier and Type | Method and Description |
---|---|
static IPublicCredential |
CredentialsFactory.publicCredential(String name,
Principal[] roles,
String providerID)
Login modules can use this method to create new public credentials as a result
of the login process.
|
static IPublicCredential |
CredentialsFactory.publicCredential(String name,
Principal primaryRole,
String providerID)
Login modules can use this method to create new public credentials as a result
of the login process.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.