ActiveDirectoryApplication Interface
Implements
public interface ActiveDirectoryApplication
extends ActiveDirectoryObject, HasInnerModel<MicrosoftGraphApplicationInner>, Updatable<Update>
An immutable client-side representation of an Azure AD application.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Application |
accountType()
Gets the application account type. |
abstract String |
applicationId()
Gets the application ID. |
abstract boolean |
availableToOtherTenants()
Deprecated
use accountType(), false only when account type is "Azure
|
abstract
Map<String,Certificate |
certificateCredentials()
Gets the mapping of certificate credentials from their names. |
abstract Set<String> |
identifierUris()
Gets a collection of URIs for the application. |
abstract
Map<String,Password |
passwordCredentials()
Gets the mapping of password credentials from their names. |
abstract Set<String> |
replyUrls()
Gets a collection of reply URLs for the application. |
abstract URL |
signOnUrl()
Gets the home page of the application. |
Method Details
accountType
public abstract ApplicationAccountType accountType()
Gets the application account type.
Returns:
applicationId
public abstract String applicationId()
Gets the application ID.
Returns:
availableToOtherTenants
@Deprecated
public abstract boolean availableToOtherTenants()
Deprecated
Returns:
certificateCredentials
public abstract Map
Gets the mapping of certificate credentials from their names.
Returns:
identifierUris
public abstract Set
Gets a collection of URIs for the application.
Returns:
passwordCredentials
public abstract Map
Gets the mapping of password credentials from their names.
Returns:
replyUrls
public abstract Set
Gets a collection of reply URLs for the application.
Returns:
signOnUrl
public abstract URL signOnUrl()
Gets the home page of the application.
Returns:
Applies to
Azure SDK for Java