Package | Description |
---|---|
org.opensaml.security.credential |
Interfaces and classes related to credentials and ways to represent them.
|
org.opensaml.security.criteria |
Classes which model lookup criteria used as input to a
Resolver . |
Modifier and Type | Field and Description |
---|---|
private UsageType |
AbstractCredential.usageType
Usage type of this credential.
|
Modifier and Type | Method and Description |
---|---|
UsageType |
AbstractCredential.getUsageType()
Gets usage type of this credential.
|
UsageType |
Credential.getUsageType()
Gets usage type of this credential.
|
static UsageType |
UsageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UsageType[] |
UsageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MutableCredential.setUsageType(UsageType newUsageType)
Sets the usage type for this credential.
|
protected void |
AbstractCredential.setUsageType(UsageType newUsageType)
Sets the usage type for this credential.
|
void |
BasicCredential.setUsageType(UsageType newUsageType)
Sets the usage type for this credential.
|
Modifier and Type | Field and Description |
---|---|
private UsageType |
UsageCriterion.credUsage
Key usage type of resolved credentials.
|
Modifier and Type | Method and Description |
---|---|
UsageType |
UsageCriterion.getUsage()
Get the key usage criteria.
|
Modifier and Type | Method and Description |
---|---|
void |
UsageCriterion.setUsage(UsageType usage)
Set the key usage criteria.
|
Constructor and Description |
---|
UsageCriterion(UsageType usage)
Constructor.
|
Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.