Package | Description |
---|---|
com.atlassian.crowd.openid.server.manager.property |
Modifier and Type | Method and Description |
---|---|
static TrustRelationshipMode |
TrustRelationshipMode.fromId(long id)
Converts between id and enum value
|
TrustRelationshipMode |
OpenIDPropertyManagerGeneric.getTrustRelationshipMode() |
TrustRelationshipMode |
OpenIDPropertyManager.getTrustRelationshipMode() |
static TrustRelationshipMode |
TrustRelationshipMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrustRelationshipMode[] |
TrustRelationshipMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OpenIDPropertyManagerGeneric.setTrustRelationshipMode(TrustRelationshipMode mode) |
void |
OpenIDPropertyManager.setTrustRelationshipMode(TrustRelationshipMode mode) |
Copyright © 2021 Atlassian. All rights reserved.