ActiveDirectoryApplication Interface
public interface ActiveDirectoryApplication extends ActiveDirectoryObject,HasInner,Updatable<ActiveDirectoryApplication.Update>
An immutable client-side representation of an Azure AD application.
Method Summary
Modifier and Type | Method and Description |
---|---|
String | applicationId() |
List<String> | applicationPermissions() |
boolean | availableToOtherTenants() |
Map<String, Certificate |
certificateCredentials() |
Set<String> | identifierUris() |
Map<String, Password |
passwordCredentials() |
Set<String> | replyUrls() |
URL | signOnUrl() |
Inherited Members
HasId.id()
HasInner<T>.inner()
Indexable.key()
HasManager<ManagerT>.manager()
HasName.name()
Updatable<T>.update()
Method Details
applicationId
public String applicationId()
Returns:
the application ID
applicationPermissions
public List
Returns:
the application permissions
availableToOtherTenants
public boolean availableToOtherTenants()
Returns:
whether the application is be available to other tenants
certificateCredentials
public Map
Returns:
the mapping of certificate credentials from their names
identifierUris
public Set
Returns:
a collection of URIs for the application
passwordCredentials
public Map
Returns:
the mapping of password credentials from their names
replyUrls
public Set
Returns:
a collection of reply URLs for the application
signOnUrl
public URL signOnUrl()
Returns:
the home page of the application
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java